diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-15 01:28:58 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-15 01:28:58 +0000 |
commit | 7db3abf4607e82c9dcc1d4023eda899f7a83257f (patch) | |
tree | 555591f6400dce4ef4ac52dd7ef58e9591ceea08 /security/dsniff | |
parent | 11ab47a688ec6833262245e3f5730cc6fd13ea72 (diff) | |
download | pkgsrc-7db3abf4607e82c9dcc1d4023eda899f7a83257f.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/Makefile | 6 |
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 |