summaryrefslogtreecommitdiff
path: root/lang/gcl/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-11-06 13:52:59 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-11-06 13:52:59 +0000
commitb477d2330ac74b059e11bab0bdee4f1e8d58ff35 (patch)
tree75be6de0e278f487b8424485f980fb1393d48896 /lang/gcl/Makefile
parentgraphics/py-pyproj: update to 1.9.3 (diff)
- Convert to USES=tk gmake
Notes
Notes: svn path=/head/; revision=332993
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r--lang/gcl/Makefile11
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 \