summaryrefslogtreecommitdiff
path: root/security/dsniff
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-15 01:28:58 +0000
committeritojun <itojun>2000-08-15 01:28:58 +0000
commitb0510d2fc301d1835451523d4ce1660eeab1d744 (patch)
tree555591f6400dce4ef4ac52dd7ef58e9591ceea08 /security/dsniff
parenteb843e96302d44c6a1d4851d19542345d9e8a587 (diff)
downloadpkgsrc-b0510d2fc301d1835451523d4ce1660eeab1d744.tar.gz
as we now depend on shlib from devel/libnet, we must use DEPENDS,
not BUILD_DEPENDS.
Diffstat (limited to 'security/dsniff')
-rw-r--r--security/dsniff/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 4fa602d1dfd..5655023be4e 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/08/14 12:04:56 itojun Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/15 01:28:58 itojun Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.2
@@ -8,10 +8,10 @@ MASTER_SITES+= http://www.monkey.org/~dugsong/dsniff/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
-# These libraries are static, thus they aren't necessary at run-time,
+DEPENDS+= libnet-*:../../devel/libnet
+# libnids provides static library only, thus it isn't necessary at run-time,
# only at compile-time.
#
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:../../devel/libnet
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids
GNU_CONFIGURE= yes