aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-17 18:03:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-17 18:03:37 +0000
commit43e8a69cf41814ed42584169d18d3f0e8638f863 (patch)
tree6cadaa45c28397a3bfb5cccd70c72574cb0055aa /dns
parent96895782abfcbea69b946ea6034f94d72d1825c5 (diff)
downloadports-43e8a69cf41814ed42584169d18d3f0e8638f863.tar.gz
ports-43e8a69cf41814ed42584169d18d3f0e8638f863.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=565570
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS-TestNS/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS-TestNS/Makefile b/dns/p5-Net-DNS-TestNS/Makefile
index 98f11f78f33c..b0f5d6ab7980 100644
--- a/dns/p5-Net-DNS-TestNS/Makefile
+++ b/dns/p5-Net-DNS-TestNS/Makefile
@@ -15,8 +15,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-DNS>=0.64:dns/p5-Net-DNS \
p5-XML-LibXML>=1.53:textproc/p5-XML-LibXML
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>