diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
commit | cfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch) | |
tree | 9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /graphics/aolserver-nsgd/Makefile | |
parent | 779cd6a87b1e70223ee1cd2d746ddb64160bfb9c (diff) | |
download | ports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.tar.gz ports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.zip |
Notes
Diffstat (limited to 'graphics/aolserver-nsgd/Makefile')
-rw-r--r-- | graphics/aolserver-nsgd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/aolserver-nsgd/Makefile b/graphics/aolserver-nsgd/Makefile index 2334f5ceaf46..3d396bc0035e 100644 --- a/graphics/aolserver-nsgd/Makefile +++ b/graphics/aolserver-nsgd/Makefile @@ -28,13 +28,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> |