diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2005-01-23 19:51:03 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2005-01-23 19:51:03 +0000 |
commit | e3f1a4ff7e7e98e1dc64cb93a153c565c0a59ec4 (patch) | |
tree | 5cca5ddcbafe0060667435f72f3b47d06b3a8328 /security/fragroute | |
parent | 6e74169b0c089e73faece47dfe38457554683c53 (diff) | |
download | ports-e3f1a4ff7e7e98e1dc64cb93a153c565c0a59ec4.tar.gz ports-e3f1a4ff7e7e98e1dc64cb93a153c565c0a59ec4.zip |
Notes
Diffstat (limited to 'security/fragroute')
-rw-r--r-- | security/fragroute/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 2f9fac9cdba3..a6fde9e1fd0c 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -19,8 +19,6 @@ 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 |