diff options
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" |