diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-11-06 13:52:59 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-11-06 13:52:59 +0000 |
commit | b477d2330ac74b059e11bab0bdee4f1e8d58ff35 (patch) | |
tree | 75be6de0e278f487b8424485f980fb1393d48896 /lang | |
parent | 692be2a04a14a2928a50e52a92c29bdf2d7905cf (diff) |
- Convert to USES=tk gmake
Notes
Notes:
svn path=/head/; revision=332993
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 \ |