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/fragroute | |
parent | 5ed7787ddc20c519e5827ec787f9dedbf4c96dac (diff) | |
download | freebsd-ports-graphics-24f8af884dd93fa7251062c8ee774504e87865a1.tar.gz freebsd-ports-graphics-24f8af884dd93fa7251062c8ee774504e87865a1.tar.zst freebsd-ports-graphics-24f8af884dd93fa7251062c8ee774504e87865a1.zip |
Unbreak: now compiles with latest libevent port
PR: 76373
Submitted by: Phil Oleson <oz@nixil.net>
Diffstat (limited to 'security/fragroute')
-rw-r--r-- | security/fragroute/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 2f9fac9cdba..a6fde9e1fd0 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 |