diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /net/nemesis | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
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 268479fd673..f2e2f7ef354 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/09/23 20:06:26 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:24 rillig Exp $ DISTNAME= nemesis-1.4 CATEGORIES= net @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://jeff.wwti.com/nemesis/ COMMENT= Nemesis is a command-line UNIX network packet injection suite -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes BUILDLINK_DEPENDS.libnet+= libnet-1.0.2a |