diff options
-rw-r--r-- | net/plb/Makefile | 2 | ||||
-rw-r--r-- | security/fragroute/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/plb/Makefile b/net/plb/Makefile index 7399d51e3fa6..20f5850caf19 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -16,6 +16,8 @@ COMMENT= A high-performance HTTP load balancer LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +BROKEN= does not build + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc 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 |