diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-06 21:52:59 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-06 21:52:59 +0800 |
commit | 29af759a0bdd6b318c796aac360326dda6fab842 (patch) | |
tree | 75be6de0e278f487b8424485f980fb1393d48896 /lang | |
parent | 8b0ce6a6389f55e97b9af4150def8c8f8bbc30e9 (diff) | |
download | freebsd-ports-gnome-29af759a0bdd6b318c796aac360326dda6fab842.tar.gz freebsd-ports-gnome-29af759a0bdd6b318c796aac360326dda6fab842.tar.zst freebsd-ports-gnome-29af759a0bdd6b318c796aac360326dda6fab842.zip |
- Convert to USES=tk gmake
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcl/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 90f1bd12e56f..8c744cfb6620 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -14,20 +14,15 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp ONLY_FOR_ARCHS= i386 -USES= readline +USES= readline gmake tk USE_XORG= x11 -USE_TCL_BUILD= yes -USE_TCL= yes -USE_TK_BUILD= yes -USE_TK= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS=--prefix=${PREFIX} \ --enable-ansi \ --enable-machine=FreeBSD \ --enable-info=${PREFIX}/info \ - --enable-tkconfig=${LOCALBASE}/lib/tk${TCL_VER} \ - --enable-tclconfig=${LOCALBASE}/lib/tcl${TCL_VER} \ + --enable-tkconfig=${TK_LIBDIR} \ + --enable-tclconfig=${TCL_LIBDIR} \ --with-x \ --disable-dlopen \ --disable-dynsysbfd \ |