diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:50:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:50:32 +0000 |
commit | b0beeb0ee6b183829d48ff649986432d79e17784 (patch) | |
tree | 35a51a28690c76d55f58f1bc7299a56d7294fc23 /security/fragroute | |
parent | d53cc3ae660efafa80ead069d25ea0308fa0bc62 (diff) | |
download | ports-b0beeb0ee6b183829d48ff649986432d79e17784.tar.gz ports-b0beeb0ee6b183829d48ff649986432d79e17784.zip |
BROKEN by libevent update: Does not link
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=125669
Diffstat (limited to 'security/fragroute')
-rw-r--r-- | security/fragroute/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index a6fde9e1fd0c..2f9fac9cdba3 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -19,6 +19,8 @@ COMMENT= A tool for intercepting, modifying and rewriting egress traffic BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +BROKEN= Broken by libevent update + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${PREFIX} \ --with-libevent=${PREFIX} --with-pcap |