[Midnightbsd-cvs] mports [24056] trunk/dns/ldns/Makefile: use newer swig
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Aug 31 20:59:02 EDT 2018
Revision: 24056
http://svnweb.midnightbsd.org/mports/?rev=24056
Author: laffer1
Date: 2018-08-31 20:59:01 -0400 (Fri, 31 Aug 2018)
Log Message:
-----------
use newer swig
Modified Paths:
--------------
trunk/dns/ldns/Makefile
Modified: trunk/dns/ldns/Makefile
===================================================================
--- trunk/dns/ldns/Makefile 2018-09-01 00:56:18 UTC (rev 24055)
+++ trunk/dns/ldns/Makefile 2018-09-01 00:59:01 UTC (rev 24056)
@@ -2,7 +2,7 @@
PORTNAME= ldns
PORTVERSION= 1.6.17
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
FREEBSD_LOCAL/ehaupt
@@ -46,7 +46,7 @@
CONFIGURE_ARGS+=--with-pyldns
LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns
-BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS+= swig3.0:devel/swig30
post-patch:
@${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in
More information about the Midnightbsd-cvs
mailing list