Date: Fri, 17 Jan 2014 09:18:49 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340019 - head/net/zebra-server Message-ID: <201401170918.s0H9InkD088886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401170918.s0H9InkD088886>