diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:29:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:29:21 +0000 |
commit | e8848e4219539bd467505bf125da7717b4f6cf2b (patch) | |
tree | 6b202faa812c078e93392f30618d6a17658aeb0c /dns | |
parent | 7962c84e03951916788d1672f8b3faa4879f4615 (diff) | |
download | freebsd-ports-e8848e4219539bd467505bf125da7717b4f6cf2b.zip |
Add NO_ARCH
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Codes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-Codes/Makefile b/dns/p5-Net-DNS-Codes/Makefile index d7dae9214889..7eb9679aa3ce 100644 --- a/dns/p5-Net-DNS-Codes/Makefile +++ b/dns/p5-Net-DNS-Codes/Makefile @@ -17,4 +17,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |