From c043f7eaf3ee04e247bbabcdedfa759d6ef6f5a3 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 7 Dec 2009 22:57:46 +0000 Subject: [PATCH] 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. --- lang/gcl/Makefile | 5 ++--- 1 file 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} \