diff options
author | petef <petef@FreeBSD.org> | 2005-01-24 03:51:03 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2005-01-24 03:51:03 +0800 |
commit | 24f8af884dd93fa7251062c8ee774504e87865a1 (patch) | |
tree | 2f7d480fc0098cbc65f78b4d61c7cd7afa1865aa /security | |
parent | 5ed7787ddc20c519e5827ec787f9dedbf4c96dac (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | security/stegdetect/Makefile | 2 |
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} |