aboutsummaryrefslogtreecommitdiff
path: root/net/libtrace
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-04 16:52:00 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-04 16:52:00 +0000
commit274813c16ef1b51147cba5ab07a0fa4c77b39a2f (patch)
tree7137e6f0123649c995b54cff4c3317702de11865 /net/libtrace
parent4dc0ad0d966f30f407eeaf8c801b0105364fd0fe (diff)
downloadports-274813c16ef1b51147cba5ab07a0fa4c77b39a2f.tar.gz
ports-274813c16ef1b51147cba5ab07a0fa4c77b39a2f.zip
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
Notes
Notes: svn path=/head/; revision=419630
Diffstat (limited to 'net/libtrace')
-rw-r--r--net/libtrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile
index 66e7b8eeeeec..91b44d0a1da6 100644
--- a/net/libtrace/Makefile
+++ b/net/libtrace/Makefile
@@ -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