svn commit: r419628 - head/security/barnyard2

Muhammad Moinur Rahman bofh at FreeBSD.org
Thu Aug 4 16:25:54 UTC 2016


Author: bofh
Date: Thu Aug  4 16:25:53 2016
New Revision: 419628
URL: https://svnweb.freebsd.org/changeset/ports/419628

Log:
  security/barnyard2: Fix ambiguous specification of libpcap
  
  PR:		211578
  Submitted by:	marino

Modified:
  head/security/barnyard2/Makefile

Modified: head/security/barnyard2/Makefile
==============================================================================
--- head/security/barnyard2/Makefile	Thu Aug  4 16:05:13 2016	(r419627)
+++ head/security/barnyard2/Makefile	Thu Aug  4 16:25:53 2016	(r419628)
@@ -3,6 +3,7 @@
 PORTNAME=	barnyard2
 PORTVERSION=	1.13
 DISTVERSIONPREFIX=	v2-
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	bofh at FreeBSD.org
@@ -63,7 +64,7 @@ TCL_USES=		tcl
 TCL_CONFIGURE_ON=	--with-tcl=${LOCALBASE}/lib/tcl${TCL_VER}
 TCL_CONFIGURE_OFF=	--without-tcl
 WANT_PGSQL_VER=		92+
-PORT_PCAP_LIB_DEPENDS=	libpcap.so:net/libpcap
+PORT_PCAP_LIB_DEPENDS=	libpcap.so.1:net/libpcap
 PORT_PCAP_CONFIGURE_ON=	--with-libpcap-includes=${LOCALBASE}/include \
 			--with-libpcap-libraries=${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list