diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-09 15:43:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-09 15:43:24 +0000 |
commit | ed22b1058373a972d4f69cc4ececd39a9a401b1e (patch) | |
tree | f0d802bfd50afafa4d254d97c18f17c5dae245f9 | |
parent | 73615fc267312da641e3ec90b6f83ed7ad7a9f11 (diff) |
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=391637
-rw-r--r-- | dns/p5-Net-DNS-TestNS/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-TestNS/Makefile b/dns/p5-Net-DNS-TestNS/Makefile index 1fa565665780..f7ec844ee9ee 100644 --- a/dns/p5-Net-DNS-TestNS/Makefile +++ b/dns/p5-Net-DNS-TestNS/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |