aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2009-09-20 11:56:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2009-09-20 11:56:10 +0000
commit8318c084d4b29e914d6eb997403e34d1ef9e8adc (patch)
tree6b5fba35ec108aa231290b5df9713c78a2e9c59d /net-mgmt/tcpreplay
parentbc7d0cbef2d0849eb3401a4f848573bc6dedaa58 (diff)
downloadports-8318c084d4b29e914d6eb997403e34d1ef9e8adc.tar.gz
ports-8318c084d4b29e914d6eb997403e34d1ef9e8adc.zip
Notes
Diffstat (limited to 'net-mgmt/tcpreplay')
-rw-r--r--net-mgmt/tcpreplay/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index 94a2c6aab7d3..265c028df01a 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -7,20 +7,20 @@
PORTNAME= tcpreplay
PORTVERSION= 3.4.3
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A tool to replay saved packet capture files
-BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
+BUILD_DEPENDS= pcapnav-config:${PORTSDIR}/net/libpcapnav
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
-CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
- --without-pcapnav-config \
- --program-transform-name='s|.*\(tcp.*\)|\1|' \
+CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \
+ --with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config \
--enable-tcpreplay-edit
MAN1= tcpreplay.1 tcpprep.1 tcprewrite.1 tcpbridge.1 tcpreplay-edit.1