diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 09:50:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 09:50:32 +0800 |
commit | 779cbb2acb10aa06db9164c1a52e8712f4253b82 (patch) | |
tree | 874cde5dfce494ebb254ae2f0ac596920e8a1ff4 /security/fragroute | |
parent | 818d35894d4ca6e1350b899e28b987267077e8fb (diff) | |
download | freebsd-ports-gnome-779cbb2acb10aa06db9164c1a52e8712f4253b82.tar.gz freebsd-ports-gnome-779cbb2acb10aa06db9164c1a52e8712f4253b82.tar.zst freebsd-ports-gnome-779cbb2acb10aa06db9164c1a52e8712f4253b82.zip |
BROKEN by libevent update: Does not link
Approved by: portmgr (self)
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 |