aboutsummaryrefslogtreecommitdiffstats
path: root/security/dsniff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r--security/dsniff/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 114acc6c541c..57f83937add0 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dsniff
-PORTVERSION= 1.7
+PORTVERSION= 2.2
CATEGORIES= security
MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/
@@ -16,10 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \
${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-libnet="${LOCALBASE}" --with-libnids="${LOCALBASE}"
USE_XLIB= yes
MAN8= arpredirect.8 dsniff.8 findgw.8 macof.8 mailsnarf.8 tcpkill.8 \
- tcpnice.8 urlsnarf.8 webspy.8
+ tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8
.include <bsd.port.mk>