diff options
author | kris <kris@FreeBSD.org> | 2000-09-02 09:33:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-02 09:33:19 +0800 |
commit | 44048fde1176187eef751c845f177093dd74d699 (patch) | |
tree | d3643d9e77100283f4ca3a5393b44068fb6182ad /security/dsniff/Makefile | |
parent | da92f148768cd8d2f2d236659f28c3b91a662aed (diff) | |
download | freebsd-ports-gnome-44048fde1176187eef751c845f177093dd74d699.tar.gz freebsd-ports-gnome-44048fde1176187eef751c845f177093dd74d699.tar.zst freebsd-ports-gnome-44048fde1176187eef751c845f177093dd74d699.zip |
Upgrade to dsniff 2.2
PR: 20900
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r-- | security/dsniff/Makefile | 5 |
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> |