aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-04-02 22:56:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-04-02 22:56:15 +0000
commitcfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch)
tree9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /security
parent779cd6a87b1e70223ee1cd2d746ddb64160bfb9c (diff)
downloadports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.tar.gz
ports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.zip
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
Notes
Notes: svn path=/head/; revision=189054
Diffstat (limited to 'security')
-rw-r--r--security/aolserver-nsmcrypt/Makefile9
-rw-r--r--security/aolserver-nsmhash/Makefile9
-rw-r--r--security/gorilla/Makefile3
-rw-r--r--security/secpanel/Makefile2
4 files changed, 6 insertions, 17 deletions
diff --git a/security/aolserver-nsmcrypt/Makefile b/security/aolserver-nsmcrypt/Makefile
index e0387b8001fc..0ccb7e5982f5 100644
--- a/security/aolserver-nsmcrypt/Makefile
+++ b/security/aolserver-nsmcrypt/Makefile
@@ -27,13 +27,8 @@ PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
USE_GMAKE= yes
-USE_TCL_VER?= 84
-
-.if ${USE_TCL_VER} != 84 && ${USE_TCL_VER} != 85
-IGNORE= supported values for USE_TCL_VER are only 84 and 85
-.endif
-
-USE_TCL_BUILD= ${USE_TCL_VER}-thread
+USE_TCL= 84+
+USE_TCL_THREADS= yes
.include <bsd.port.pre.mk>
diff --git a/security/aolserver-nsmhash/Makefile b/security/aolserver-nsmhash/Makefile
index 6eec9f0f0c58..7c79eab3f749 100644
--- a/security/aolserver-nsmhash/Makefile
+++ b/security/aolserver-nsmhash/Makefile
@@ -27,13 +27,8 @@ PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
USE_GMAKE= yes
-USE_TCL_VER?= 84
-
-.if ${USE_TCL_VER} != 84 && ${USE_TCL_VER} != 85
-IGNORE= supported values for USE_TCL_VER are only 84 and 85
-.endif
-
-USE_TCL_BUILD= ${USE_TCL_VER}-thread
+USE_TCL= 84+
+USE_TCL_THREADS= yes
.include <bsd.port.pre.mk>
diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile
index c9fed7e639f7..8159b1db72e6 100644
--- a/security/gorilla/Makefile
+++ b/security/gorilla/Makefile
@@ -17,9 +17,8 @@ COMMENT= Password Gorilla is cross-platform Password Manager
LIB_DEPENDS= itcl.3:${PORTSDIR}/lang/itcl
RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
-USE_TCL= yes
+USE_TCL_RUN= yes
USE_TK= yes
-USE_TK_BUILD= yes
GNU_CONFIGURE= yes
NO_BUILD= yes
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index 2e81bbcaabfa..a0248ff7fb99 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -18,7 +18,7 @@ COMMENT= GUI for managing and running ssh and related utilities
RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass
USE_X_PREFIX= yes
-USE_TK= 84
+USE_TK_RUN= 84
NO_BUILD= yes