- Convert to USES=tcl

This commit is contained in:
Pietro Cerutti 2014-01-17 09:18:48 +00:00
parent ef297ed0e5
commit a0e2749385
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340019

View File

@ -18,8 +18,7 @@ CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin \
--with-tclconfig=${TCL_LIBDIR} \
--with-iconv=${ICONV_PREFIX} --with-expat=${LOCALBASE}
USES= iconv
USES= iconv tcl
USE_LDCONFIG= yes
USE_TCL= yes
.include <bsd.port.mk>