diff options
author | kris <kris@FreeBSD.org> | 2006-09-01 03:42:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-01 03:42:58 +0800 |
commit | a2651b4d3c92ce5a674288a808098b08bdf7ea84 (patch) | |
tree | fae3e94fde25fb9545ce5a2c6c57ccfdc3e2f376 /security | |
parent | b5e2e26d5d97514ce687f95cd5c0a071a28956d5 (diff) | |
download | freebsd-ports-gnome-a2651b4d3c92ce5a674288a808098b08bdf7ea84.tar.gz freebsd-ports-gnome-a2651b4d3c92ce5a674288a808098b08bdf7ea84.tar.zst freebsd-ports-gnome-a2651b4d3c92ce5a674288a808098b08bdf7ea84.zip |
BROKEN: Depends on incompatible versions of libnet
Also drop maintainership, I no longer use this port and do not have time
to work on it.
Diffstat (limited to 'security')
-rw-r--r-- | security/dsniff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 118d195e18a8..f1aec322ad1c 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -11,12 +11,14 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/ -MAINTAINER= kris@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Various sniffing utilities for penetration testing BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 \ ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids +BROKEN= Depends on incompatible versions of libnet + GNU_CONFIGURE= yes MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ |