diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
commit | 907d5d1a391cea7dc4510deb3ead17400d689462 (patch) | |
tree | 6c30422131f6d4a1c3573653ef9e29e93cb33606 /security/fragroute | |
parent | 305a8cb2963ec2ad26a740802b442eeef4913b5c (diff) | |
download | ports-907d5d1a391cea7dc4510deb3ead17400d689462.tar.gz ports-907d5d1a391cea7dc4510deb3ead17400d689462.zip |
Notes
Diffstat (limited to 'security/fragroute')
-rw-r--r-- | security/fragroute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index f82e9a9d80f8..03cfdb42a0b5 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -7,7 +7,7 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} @@ -17,7 +17,7 @@ MAINTAINER= onatan@gmail.com COMMENT= A tool for intercepting, modifying and rewriting egress traffic LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ - event-1.3e:${PORTSDIR}/devel/libevent + event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ |