svn commit: r419718 - head/net-mgmt/yaf

John Marino marino at FreeBSD.org
Sat Aug 6 00:09:49 UTC 2016


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


More information about the svn-ports-head mailing list