diff options
author | itojun <itojun> | 2000-08-11 08:54:36 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-08-11 08:54:36 +0000 |
commit | 6ae280ff4e7ad7696d827c2d9f7c1a197a4f31d4 (patch) | |
tree | f35e87c8934e3f3567bc5d4f3af9fc2ab13c757b /security/dsniff | |
parent | 1a1930201eca5ad311773c7f76210969bdc29dad (diff) | |
download | pkgsrc-6ae280ff4e7ad7696d827c2d9f7c1a197a4f31d4.tar.gz |
correct 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 f73758d9447..9a069ee34ca 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/11 08:29:39 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/11 08:54:36 itojun Exp $ # $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $ DISTNAME= dsniff-2.2 @@ -11,8 +11,8 @@ 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+= libnet-*:../../net/libnet -BUILD_DEPENDS+= libnids-*:../../net/libnids +BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:../../net/libnet +BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids GNU_CONFIGURE= yes USE_X11= yes |