aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/yaf
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-06 00:09:48 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-06 00:09:48 +0000
commitf9d382a067f7fa41bc5eded762d5c10f074cb7db (patch)
tree72cf4b5cec5b2b0f344eec34aec3881699acb853 /net-mgmt/yaf
parentf61f7a6ba7936e352c51fc50e438b4130da98d00 (diff)
downloadports-f9d382a067f7fa41bc5eded762d5c10f074cb7db.tar.gz
ports-f9d382a067f7fa41bc5eded762d5c10f074cb7db.zip
net-mgmt/yaf: Fix dependency on libpcap
The WITH_DAG knob implies that the ports version of libpcap is desired for yaf, not the base version as it is currently configured. Fix the dependency specification accordingly. PR: 211578
Notes
Notes: svn path=/head/; revision=419718
Diffstat (limited to 'net-mgmt/yaf')
-rw-r--r--net-mgmt/yaf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile
index 6c3ebe8964c7..848f66f8ee26 100644
--- a/net-mgmt/yaf/Makefile
+++ b/net-mgmt/yaf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= yaf
PORTVERSION= 2.8.4
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://tools.netsa.cert.org/releases/
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfixbuf.so:net/libfixbuf \
libltdl.so:devel/libltdl \
- libpcap.so:net/libpcap \
+ libpcap.so.1:net/libpcap \
libpcre.so:devel/pcre
GNU_CONFIGURE= yes