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.
This commit is contained in:
parent
0f47627c17
commit
c043f7eaf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245358
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gcl
|
PORTNAME= gcl
|
||||||
PORTVERSION= 2.6.7
|
PORTVERSION= 2.6.7
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= lang tcl tk
|
CATEGORIES= lang tcl tk
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= gcl
|
MASTER_SITE_SUBDIR= gcl
|
||||||
|
@ -19,13 +19,12 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
USE_TK= 84
|
USE_TK= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
CONFIGURE_ARGS=--prefix=${PREFIX} \
|
CONFIGURE_ARGS=--prefix=${PREFIX} \
|
||||||
--enable-ansi \
|
--enable-ansi \
|
||||||
--enable-debug \
|
|
||||||
--enable-machine=FreeBSD \
|
--enable-machine=FreeBSD \
|
||||||
--enable-info=${PREFIX}/info \
|
--enable-info=${PREFIX}/info \
|
||||||
--enable-tkconfig=${LOCALBASE}/lib/tk${TCL_VER} \
|
--enable-tkconfig=${LOCALBASE}/lib/tk${TCL_VER} \
|
||||||
|
|
Loading…
Reference in a new issue