summaryrefslogtreecommitdiff
path: root/security/aolserver-nsmcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/aolserver-nsmcrypt/Makefile')
-rw-r--r--security/aolserver-nsmcrypt/Makefile9
1 files changed, 2 insertions, 7 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>