diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:19:27 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:19:27 +0000 |
commit | 41e3d38e97010f9d3cdfcff913b93aaeb6877032 (patch) | |
tree | 7b6cce40ef452fa2c2e0886e75c48c6b4768b26a /net/nemesis | |
parent | 0ba79d8197ce10d5153a7a2264479791b509d92c (diff) | |
download | pkgsrc-41e3d38e97010f9d3cdfcff913b93aaeb6877032.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/nemesis')
-rw-r--r-- | net/nemesis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index 15c461b090f..4ced96b2582 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 17:10:52 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/25 04:19:27 snj Exp $ DISTNAME= nemesis-1.32 CATEGORIES= net @@ -8,8 +8,8 @@ MAINTAINER= xs@nitric.net HOMEPAGE= http://jeff.wwti.com/nemesis/ COMMENT= Nemesis is a command-line UNIX network packet injection suite -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined -.include "../../devel/libnet/buildlink2.mk" +.include "../../devel/libnet/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |