Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 16:25:53 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419628 - head/security/barnyard2
Message-ID:  <201608041625.u74GPrDk005639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041625.u74GPrDk005639>