diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-03-26 12:07:56 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-03-26 12:07:56 +0000 |
commit | b7adf109633f0e15998a466f254ca3854af75ee0 (patch) | |
tree | e2870a9d0ffa9357bfc5ed4c4f3b0560a1c4e161 /net/tcpreplay/Makefile | |
parent | a2045d2385ae6d8de08682c86bb78e1bf4c84801 (diff) | |
download | pkgsrc-b7adf109633f0e15998a466f254ca3854af75ee0.tar.gz |
- Update from 2.3.2 -> 2.3.3
- Add CONFIGURE_ARGS for libpcap and libnet
- Disable pcapnav feature
02/09/2005: Version 2.3.3
- Fix port rewriting feature on little-endian systems
- configure now properly handles --with-libnet and --with-libpcap
Diffstat (limited to 'net/tcpreplay/Makefile')
-rw-r--r-- | net/tcpreplay/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 231a157146c..a35b16ea7e7 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2005/01/20 21:59:13 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/26 12:07:56 adrianp Exp $ -DISTNAME= tcpreplay-2.3.2 +DISTNAME= tcpreplay-2.3.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/} @@ -13,6 +13,10 @@ BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6 USE_BUILDLINK3= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libnet=${BUILDLINK_PREFIX.libnet} +CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap} +CONFIGURE_ARGS+= --without-pcapnav-config + .include "../../devel/libnet11/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |