diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-17 09:18:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-17 09:18:48 +0000 |
commit | a0e2749385c3c77183db1243df58d748a44fb33a (patch) | |
tree | 190cefef63c12a2bb6de309e19b73531b572c03f /net/zebra-server | |
parent | ef297ed0e51dec75c0a9c5339316df11038077bc (diff) | |
download | ports-a0e2749385c3c77183db1243df58d748a44fb33a.tar.gz ports-a0e2749385c3c77183db1243df58d748a44fb33a.zip |
Notes
Diffstat (limited to 'net/zebra-server')
-rw-r--r-- | net/zebra-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/zebra-server/Makefile b/net/zebra-server/Makefile index 1568a68bff4f..9bfd81f15ca3 100644 --- a/net/zebra-server/Makefile +++ b/net/zebra-server/Makefile @@ -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> |