diff options
author | wiz <wiz> | 2007-03-08 19:25:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-08 19:25:32 +0000 |
commit | 9802554a8fc0096103476519666a827d0d8b9def (patch) | |
tree | f86a18910b514eba7f155570d48c7ed905d33180 /net/nemesis | |
parent | edafa62de57cc46b8a3f54810763d62010d23f7b (diff) | |
download | pkgsrc-9802554a8fc0096103476519666a827d0d8b9def.tar.gz |
Minor pkglint cleanup, from Sergey Svishchev.
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 edf4fe19b22..a2f27fc4b82 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/02/18 18:58:13 adrianp Exp $ +# $NetBSD: Makefile,v 1.17 2007/03/08 19:25:32 wiz Exp $ DISTNAME= nemesis-1.4 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jeff.wwti.com/nemesis/ COMMENT= Nemesis is a command-line UNIX network packet injection suite -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libnet-includes=${BUILDLINK_PREFIX.libnet10}/include/libnet10 CONFIGURE_ARGS+= --with-libnet-libs=${BUILDLINK_PREFIX.libnet10}/lib/libnet10 |