svn commit: r340019 - head/net/zebra-server

Pietro Cerutti gahr at FreeBSD.org
Fri Jan 17 09:18:49 UTC 2014


Author: gahr
Date: Fri Jan 17 09:18:48 2014
New Revision: 340019
URL: http://svnweb.freebsd.org/changeset/ports/340019
QAT: https://qat.redports.org/buildarchive/r340019/

Log:
  - Convert to USES=tcl

Modified:
  head/net/zebra-server/Makefile

Modified: head/net/zebra-server/Makefile
==============================================================================
--- head/net/zebra-server/Makefile	Fri Jan 17 09:10:58 2014	(r340018)
+++ head/net/zebra-server/Makefile	Fri Jan 17 09:18:48 2014	(r340019)
@@ -18,8 +18,7 @@ CONFIGURE_ARGS=	--with-yaz=${LOCALBASE}/
 		--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>


More information about the svn-ports-all mailing list