aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2016-05-03 16:29:07 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2016-05-03 16:29:07 +0000
commit6a29bcfbb1b071513015cfa94e2d8c28dfad8832 (patch)
treefb9895827896aeaecbeee42c35afbc0d429923ea /benchmarks
parent507a6c25945c6b32aae5cfc1df5418f9233934bd (diff)
downloadports-6a29bcfbb1b071513015cfa94e2d8c28dfad8832.tar.gz
ports-6a29bcfbb1b071513015cfa94e2d8c28dfad8832.zip
This port does not need to depend on libpcap from ports
Notes
Notes: svn path=/head/; revision=414538
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/flowgrind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index 79135b0e8909..506cd3e3509d 100644
--- a/benchmarks/flowgrind/Makefile
+++ b/benchmarks/flowgrind/Makefile
@@ -3,6 +3,7 @@
PORTNAME= flowgrind
PORTVERSION= 0.7.5
+PORTREVISION= 1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= benchmarks
@@ -12,9 +13,7 @@ COMMENT= Measure throughput and other metrics for TCP
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= pcap-config:net/libpcap
-LIB_DEPENDS= libpcap.so:net/libpcap \
- libgsl.so:math/gsl \
+LIB_DEPENDS= libgsl.so:math/gsl \
libxmlrpc.so:net/xmlrpc-c
USE_GITHUB= yes
@@ -22,6 +21,7 @@ USE_GITHUB= yes
USES= autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pcap --enable-gsl
+CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
post-patch:
@${RM} -rf ${WRKSRC}/build-aux