diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-23 01:09:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-23 01:09:47 +0800 |
commit | 02fe6e4fcdc9a6e3b66b7bcfa1c5c063a35be0c5 (patch) | |
tree | 6e785b5fba9bf64091659ac258f8984b79d3153d /benchmarks/flowgrind | |
parent | 6632ac2136fd95b3a508290325579b31d91e29c4 (diff) | |
download | freebsd-ports-gnome-02fe6e4fcdc9a6e3b66b7bcfa1c5c063a35be0c5.tar.gz freebsd-ports-gnome-02fe6e4fcdc9a6e3b66b7bcfa1c5c063a35be0c5.tar.zst freebsd-ports-gnome-02fe6e4fcdc9a6e3b66b7bcfa1c5c063a35be0c5.zip |
- Unbreak, it seems this port wants libpcap from ports not base
- Stage support
Reported by: pkg-fallout
Diffstat (limited to 'benchmarks/flowgrind')
-rw-r--r-- | benchmarks/flowgrind/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/flowgrind/pkg-plist | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index f9b97ef72633..ffb80ab6802d 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -12,15 +12,10 @@ COMMENT= Measure throughput and other metrics for TCP LIB_DEPENDS= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \ libgsl.so:${PORTSDIR}/math/gsl \ - libpcap.so:${PORTSDIR}/net/libpcap + libpcap.so.1:${PORTSDIR}/net/libpcap USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-debug -MAN1= flowgrind-stop.1 \ - flowgrind.1 \ - flowgrindd.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/benchmarks/flowgrind/pkg-plist b/benchmarks/flowgrind/pkg-plist index d1f65d5897cd..d3bd5e90e14f 100644 --- a/benchmarks/flowgrind/pkg-plist +++ b/benchmarks/flowgrind/pkg-plist @@ -1,3 +1,6 @@ bin/flowgrind bin/flowgrind-stop sbin/flowgrindd +man/man1/flowgrind-stop.1.gz +man/man1/flowgrind.1.gz +man/man1/flowgrindd.1.gz |