diff options
author | pav <pav@FreeBSD.org> | 2009-12-16 08:55:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-16 08:55:23 +0800 |
commit | 0a366cf881a14edbc3834b8823a350485fbb16c6 (patch) | |
tree | f3c3bf5fecc31fef3493041bdb834455adcceb8b /security | |
parent | e3ecbde63a1efb6296a18e6d1162bf70a0a44de4 (diff) | |
download | freebsd-ports-gnome-0a366cf881a14edbc3834b8823a350485fbb16c6.tar.gz freebsd-ports-gnome-0a366cf881a14edbc3834b8823a350485fbb16c6.tar.zst freebsd-ports-gnome-0a366cf881a14edbc3834b8823a350485fbb16c6.zip |
- Mark BROKEN after libevent update
Reported by: pointyhat
Diffstat (limited to 'security')
-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 03cfdb42a0b5..9b925f0f8185 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -19,6 +19,8 @@ COMMENT= A tool for intercepting, modifying and rewriting egress traffic LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ event-1.4:${PORTSDIR}/devel/libevent +BROKEN= does not build + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} --with-pcap |