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 | 0c68e0f8624c9105f6c07bdbd36ea919e37e3407 (patch) | |
tree | 1eb7088b67060c570eba0900d75057276ec6fb91 /net/nemesis | |
parent | e17c7606674ac1fd1e16f420408d934c5c554670 (diff) | |
download | pkgsrc-0c68e0f8624c9105f6c07bdbd36ea919e37e3407.tar.gz |
Fix BUILDLINK_DEPENDS.libnet for bulk-builds
Diffstat (limited to 'net/nemesis')
-rw-r--r-- | net/nemesis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index 728d8c022ec..7aeafd2c442 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/01/28 23:35:59 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/05 16:11:47 adrianp Exp $ DISTNAME= nemesis-1.32 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Nemesis is a command-line UNIX network packet injection suite USE_BUILDLINK3= yes GNU_CONFIGURE= # defined -BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b +BUILDLINK_DEPENDS.libnet+= libnet-1.0.* .include "../../devel/libnet/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |