diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 15:57:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 15:57:03 +0000 |
commit | f7a1fe52a6f7850a00c43836cb02faf532ac9057 (patch) | |
tree | f7cbb28fb57e1093a1557453bfbc501d157a8524 | |
parent | 1128df8b23861297001cc2b256f84df6b9ffd8c1 (diff) |
Notes
-rw-r--r-- | net/honeyd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 1b6a69cb7977..a0446276ef3f 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -17,8 +17,9 @@ LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent \ libdnet.so:${PORTSDIR}/net/libdnet \ libpcre.so:${PORTSDIR}/devel/pcre +USES= libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} |