diff options
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} \ |