diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-07 22:57:46 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-07 22:57:46 +0000 |
commit | c043f7eaf3ee04e247bbabcdedfa759d6ef6f5a3 (patch) | |
tree | 982b8306e386ae930b0cc616c1637e8231642a99 /lang/gcl | |
parent | 0f47627c173dde86fcfe4137db20b2694133c5ca (diff) | |
download | ports-c043f7eaf3ee04e247bbabcdedfa759d6ef6f5a3.tar.gz ports-c043f7eaf3ee04e247bbabcdedfa759d6ef6f5a3.zip |
Notes
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 5 |
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} \ |