diff options
author | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
commit | 85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 (patch) | |
tree | 9444ec7f98d0f2faaf4734217466e921e7d27034 /graphics/aolserver-nsgd | |
parent | c12598153f1706af748413173a0b3dc1a5e4fed7 (diff) | |
download | freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.gz freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.zst freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.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
Diffstat (limited to 'graphics/aolserver-nsgd')
-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> |