From 7db3abf4607e82c9dcc1d4023eda899f7a83257f Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 15 Aug 2000 01:28:58 +0000 Subject: as we now depend on shlib from devel/libnet, we must use DEPENDS, not BUILD_DEPENDS. --- security/dsniff/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3