diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 16:48:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 16:48:50 +0000 |
commit | 9f24ad45460941abfc9d36321900cf42813aba84 (patch) | |
tree | d0c1f5dd5ca5ac27d60728de7479d49195932db9 /x11-toolkits/tk84/Makefile | |
parent | 86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (diff) |
Convert more ports to USES=(tcl|tk):tea
Notes
Notes:
svn path=/head/; revision=413747
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 11f52fbbae29..1becf7c9c5b2 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -25,14 +25,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix ALL_TARGET= all INSTALL_TARGET= install -USES+= tcl:${SHORT_TK_VER} +USES+= tcl:${SHORT_TK_VER},tea USE_LDCONFIG= yes USE_XORG= x11 CFLAGS+= -I${TCL_INCLUDEDIR}/generic -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared \ - --enable-man-suffix=.${MAN_SUFFIX} \ - --with-tcl=${TCL_LIBDIR} \ +CONFIGURE_ARGS= --enable-man-suffix=.${MAN_SUFFIX} \ --includedir=${PREFIX}/include/tk${TK_VER} CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk${SHORT_TK_VER}.so.1 |