[Midnightbsd-cvs] mports [21693] trunk/net/daq/Makefile: use ports libpcap

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 16 22:13:18 EDT 2016


Revision: 21693
          http://svnweb.midnightbsd.org/mports/?rev=21693
Author:   laffer1
Date:     2016-08-16 22:13:17 -0400 (Tue, 16 Aug 2016)
Log Message:
-----------
use ports libpcap

Modified Paths:
--------------
    trunk/net/daq/Makefile

Property Changed:
----------------
    trunk/net/daq/Makefile

Modified: trunk/net/daq/Makefile
===================================================================
--- trunk/net/daq/Makefile	2016-08-17 02:11:40 UTC (rev 21692)
+++ trunk/net/daq/Makefile	2016-08-17 02:13:17 UTC (rev 21693)
@@ -2,6 +2,7 @@
 
 PORTNAME=	daq
 PORTVERSION=	2.0.6
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://snort.org/downloads/snort/ \
 		http://mirrors.rit.edu/zi/
@@ -13,7 +14,7 @@
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdnet.so:${PORTSDIR}/net/libdnet \
-		libpcap.so:${PORTSDIR}/net/libpcap
+		libpcap.so.1:${PORTSDIR}/net/libpcap
 BUILD_DEPENDS=	flex:${PORTSDIR}/textproc/flex \
 		${LOCALBASE}/lib/libpcap.so:${PORTSDIR}/net/libpcap
 


Property changes on: trunk/net/daq/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list