- Unbreak, it seems this port wants libpcap from ports not base
- Stage support Reported by: pkg-fallout
This commit is contained in:
parent
11bc2b5040
commit
69d102e215
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345669
2 changed files with 4 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue