From a16ad9c9cd73cfaf83ace9e0234e6da50b37f551 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Jul 2017 13:13:11 +0000 Subject: [PATCH] Remove perl5 from RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 220910 Submitted by: Andrew Romanenko Approved by: Jaap Akkerhuis (maintainer) MFH: 2017Q3 --- dns/ldns/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index a3a3a61a19d3..a8c8d4100043 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -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