aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2005-01-24 03:51:03 +0800
committerpetef <petef@FreeBSD.org>2005-01-24 03:51:03 +0800
commit24f8af884dd93fa7251062c8ee774504e87865a1 (patch)
tree2f7d480fc0098cbc65f78b4d61c7cd7afa1865aa /security
parent5ed7787ddc20c519e5827ec787f9dedbf4c96dac (diff)
downloadfreebsd-ports-gnome-24f8af884dd93fa7251062c8ee774504e87865a1.tar.gz
freebsd-ports-gnome-24f8af884dd93fa7251062c8ee774504e87865a1.tar.zst
freebsd-ports-gnome-24f8af884dd93fa7251062c8ee774504e87865a1.zip
Unbreak: now compiles with latest libevent port
PR: 76373 Submitted by: Phil Oleson <oz@nixil.net>
Diffstat (limited to 'security')
-rw-r--r--security/fragroute/Makefile2
-rw-r--r--security/stegdetect/Makefile2
2 files changed, 0 insertions, 4 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
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index 605e0af9549d..d5ef8ec8e2cc 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -19,8 +19,6 @@ COMMENT= An automated tool for detecting steganographic content in jpegs
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
.endif
-BROKEN= Broken by libevent update
-
# Note: stegdetect includes a modified version of jpeg-6b linked statically
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}