Date: Sat, 6 Aug 2016 00:09:48 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419718 - head/net-mgmt/yaf Message-ID: <201608060009.u7609mwb014617@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Aug 6 00:09:48 2016 New Revision: 419718 URL: https://svnweb.freebsd.org/changeset/ports/419718 Log: 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 Modified: head/net-mgmt/yaf/Makefile Modified: head/net-mgmt/yaf/Makefile ============================================================================== --- head/net-mgmt/yaf/Makefile Fri Aug 5 23:58:09 2016 (r419717) +++ head/net-mgmt/yaf/Makefile Sat Aug 6 00:09:48 2016 (r419718) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608060009.u7609mwb014617>