diff options
author | marino <marino@FreeBSD.org> | 2016-08-06 08:09:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-06 08:09:48 +0800 |
commit | c494f26bcc4cdfb8f92f0e30269de6d0a54cca27 (patch) | |
tree | 72cf4b5cec5b2b0f344eec34aec3881699acb853 /net-mgmt | |
parent | fbd452225adc11bfc8db69d91b413e0913937dd3 (diff) | |
download | freebsd-ports-gnome-c494f26bcc4cdfb8f92f0e30269de6d0a54cca27.tar.gz freebsd-ports-gnome-c494f26bcc4cdfb8f92f0e30269de6d0a54cca27.tar.zst freebsd-ports-gnome-c494f26bcc4cdfb8f92f0e30269de6d0a54cca27.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
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/yaf/Makefile | 3 |
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 |