BUILD_DEPENDS instead of DEPENDS since those libraries are static, and

aren't needed at run-time.
This commit is contained in:
jlam 2000-08-11 08:29:39 +00:00
parent d0e89c5396
commit 548629285b

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2000/08/11 08:14:16 itojun Exp $
# $NetBSD: Makefile,v 1.3 2000/08/11 08:29:39 jlam Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.2
@ -8,8 +8,11 @@ MASTER_SITES+= http://www.monkey.org/~dugsong/dsniff/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
DEPENDS= libnet-*:../../net/libnet \
libnids-*:../../net/libnids
# These libraries are static, thus they aren't necessary at run-time,
# only at compile-time.
#
BUILD_DEPENDS+= libnet-*:../../net/libnet
BUILD_DEPENDS+= libnids-*:../../net/libnids
GNU_CONFIGURE= yes
USE_X11= yes