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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419630
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…
Reference in a new issue