1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Convert to USES=tk gmake

This commit is contained in:
Pietro Cerutti 2013-11-06 13:52:59 +00:00
parent 692be2a04a
commit b477d2330a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332993

View File

@ -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 \