summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-14 12:04:56 +0000
committeritojun <itojun@pkgsrc.org>2000-08-14 12:04:56 +0000
commit406591533347a77de36e028575b19f807c123e32 (patch)
tree21083e4766a7d3e5b6aab3fb8ac355175899905a /security
parent28882bcb152f6387ba6c0abf537cb685d79dc517 (diff)
downloadpkgsrc-406591533347a77de36e028575b19f807c123e32.tar.gz
use devel/libnet, not net/libnet (devel/libnet has been there for
more than half a year)
Diffstat (limited to 'security')
-rw-r--r--security/dsniff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 9a069ee34ca..4fa602d1dfd 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/11 08:54:36 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/14 12:04:56 itojun Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.2
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
# These libraries are static, thus they aren't necessary at run-time,
# only at compile-time.
#
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:../../net/libnet
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:../../devel/libnet
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids
GNU_CONFIGURE= yes