forked from Lainports/freebsd-ports
net/libtrace: Fix LIB_DEPENDS on pcap (ports version desired)
The configure argument makes it clear the ports version of libpcap is desired, but due to the ambiguous specification, the dependency was never registered, but this commit rectifies that issue. PR: 211578 approved by: just-fix-it
This commit is contained in:
parent
4dc0ad0d96
commit
274813c16e
1 changed files with 2 additions and 2 deletions
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= libtrace
|
||||
PORTVERSION= 3.0.19
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://research.wand.net.nz/software/libtrace/
|
||||
|
||||
MAINTAINER= matt@peterson.org
|
||||
COMMENT= C library for network packet capture and processing
|
||||
|
||||
LIB_DEPENDS= libpcap.so:net/libpcap
|
||||
LIB_DEPENDS= libpcap.so.1:net/libpcap
|
||||
|
||||
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
|
||||
libtrace_doxygen=false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue