diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-05 16:11:47 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-05 16:11:47 +0000 |
commit | 71c26ad8d9f5337547c12046837ba71701973b13 (patch) | |
tree | 1eb7088b67060c570eba0900d75057276ec6fb91 /security | |
parent | cd42dbb891868c52577a55b818a3d066cd2aef33 (diff) | |
download | pkgsrc-71c26ad8d9f5337547c12046837ba71701973b13.tar.gz |
Fix BUILDLINK_DEPENDS.libnet for bulk-builds
Diffstat (limited to 'security')
-rw-r--r-- | security/dsniff/Makefile | 4 | ||||
-rw-r--r-- | security/pakemon/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 62c6aa999a9..6dc2920be53 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/01/28 23:35:59 adrianp Exp $ +# $NetBSD: Makefile,v 1.23 2005/02/05 16:11:48 adrianp Exp $ # $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $ DISTNAME= dsniff-2.3 @@ -14,7 +14,7 @@ USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_X11= yes -BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b +BUILDLINK_DEPENDS.libnet+= libnet-1.0.* .include "../../net/libpcap/buildlink3.mk" .include "../../devel/libnet/buildlink3.mk" diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index 9a3461a86ba..1226f5677d3 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/01/28 23:35:59 adrianp Exp $ +# $NetBSD: Makefile,v 1.19 2005/02/05 16:11:48 adrianp Exp $ DISTNAME= pakemon-0.3.1 PKGREVISION= 3 @@ -14,7 +14,7 @@ COMMENT= Packet monster, an Open Source Intrusion Detection System USE_BUILDLINK3= yes GNU_CONFIGURE= yes -BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b +BUILDLINK_DEPENDS.libnet+= libnet-1.0.* post-extract: ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in |