diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-08 10:12:25 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-08 10:12:25 +0000 |
commit | 8deea0a6c74605ef4e36fc058f66945935dcc1e2 (patch) | |
tree | 589735cf859f679875925de40e239746a412b0d9 | |
parent | 55fe54d81589b29f0cc508ff1d00f22d54759560 (diff) | |
download | freebsd-ports-8deea0a6c74605ef4e36fc058f66945935dcc1e2.zip |
BROKEN: Incompatibilities with (current) libdnet from ports(?)
-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..a598db3b6b42 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= ports@FreeBSD.org COMMENT= A tool for intercepting, modifying and rewriting egress traffic +BROKEN= "Incompatible with (current) libdnet" + BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent |