diff options
author | kris <kris@FreeBSD.org> | 2000-01-09 05:14:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-09 05:14:19 +0000 |
commit | 5e2126a252e0a1c37dd102a291e8a951cdc4a095 (patch) | |
tree | 05ee5f062b2d21692bbd3878c60e442b8e5912aa /security/dsniff/Makefile | |
parent | 2af958fcfbe369f93b9905864316b7c23d73d1d1 (diff) | |
download | FreeBSD-ports-5e2126a252e0a1c37dd102a291e8a951cdc4a095.zip FreeBSD-ports-5e2126a252e0a1c37dd102a291e8a951cdc4a095.tar.gz |
Update to dsniff 1.2 which now builds out of the box of FreeBSD. How's
that for vendor turnaround time!
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r-- | security/dsniff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 01edb7b..6579d54 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: dsniff -# Version required: 1.1 +# Version required: 1.2 # Date created: 08 Jan 2000 # Whom: kris@FreeBSD.org # # $FreeBSD$ -DISTNAME= dsniff-1.1 +DISTNAME= dsniff-1.2 CATEGORIES= security MASTER_SITES= http://www.monkey.org/~dugsong/dsniff/ @@ -14,4 +14,6 @@ MAINTAINER= kris@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids +GNU_CONFIGURE= yes + .include <bsd.port.mk> |