diff options
author | wiz <wiz> | 2007-03-08 19:25:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-08 19:25:32 +0000 |
commit | 0dc096efce80b5cc381e755270e8737e280bfed1 (patch) | |
tree | f86a18910b514eba7f155570d48c7ed905d33180 /net/nemesis | |
parent | 6d58d95eb0e1c722be1a1e399c832782eac7d775 (diff) | |
download | pkgsrc-0dc096efce80b5cc381e755270e8737e280bfed1.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 |