svn commit: r446473 - head/dns/ldns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 23 13:13:12 UTC 2017


Author: sunpoet
Date: Sun Jul 23 13:13:11 2017
New Revision: 446473
URL: https://svnweb.freebsd.org/changeset/ports/446473

Log:
  Remove perl5 from RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		220910
  Submitted by:	Andrew Romanenko <melanhit at gmail.com>
  Approved by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
  MFH:		2017Q3

Modified:
  head/dns/ldns/Makefile

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Sun Jul 23 13:13:05 2017	(r446472)
+++ head/dns/ldns/Makefile	Sun Jul 23 13:13:11 2017	(r446473)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ldns
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		LOCAL/ehaupt
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 USES=		cpe gmake libtool ssl perl5
+USE_PERL5=	build
 CPE_VENDOR=	nlnetlabs
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list