aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2009-12-08 06:57:46 +0800
committermi <mi@FreeBSD.org>2009-12-08 06:57:46 +0800
commitd6204bae3cf61d5b16c05426ba8d30f90a42df17 (patch)
treea58c80b11cdd3de0f59fbf5dfb5a34e143da960a /lang
parent260ddd0a16c98ba4b7e70e84bf75bcbc085c2a39 (diff)
downloadfreebsd-ports-gnome-d6204bae3cf61d5b16c05426ba8d30f90a42df17.tar.gz
freebsd-ports-gnome-d6204bae3cf61d5b16c05426ba8d30f90a42df17.tar.zst
freebsd-ports-gnome-d6204bae3cf61d5b16c05426ba8d30f90a42df17.zip
Ok, it builds fine with Tcl/Tk-8.5, so allow that version to be used.
Also, remove the strate --enable-debug left over... Bump PORTREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index 3281bde05bdc..6c46c20ff007 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gcl
PORTVERSION= 2.6.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= lang tcl tk
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcl
@@ -19,13 +19,12 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
ONLY_FOR_ARCHS= i386
-USE_TK= 84
+USE_TK= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_XORG= x11
CONFIGURE_ARGS=--prefix=${PREFIX} \
--enable-ansi \
- --enable-debug \
--enable-machine=FreeBSD \
--enable-info=${PREFIX}/info \
--enable-tkconfig=${LOCALBASE}/lib/tk${TCL_VER} \