diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-23 21:13:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-23 21:13:11 +0800 |
commit | b265ba1b7bc91eaa17b9ce6ddb7961dd88821b04 (patch) | |
tree | b836016cbfaea308e41f32f5c661447233ccbc38 | |
parent | f683bc5a03bbdd48468b366b3531eafb85f4c1c5 (diff) | |
download | freebsd-ports-gnome-b265ba1b7bc91eaa17b9ce6ddb7961dd88821b04.tar.gz freebsd-ports-gnome-b265ba1b7bc91eaa17b9ce6ddb7961dd88821b04.tar.zst freebsd-ports-gnome-b265ba1b7bc91eaa17b9ce6ddb7961dd88821b04.zip |
Remove perl5 from RUN_DEPENDS
- Bump PORTREVISION for dependency change
PR: 220910
Submitted by: Andrew Romanenko <melanhit@gmail.com>
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
MFH: 2017Q3
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |