mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
This port does not need to depend on libpcap from ports
This commit is contained in:
parent
507a6c2594
commit
6a29bcfbb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414538
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue