diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-14 07:45:01 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-14 07:45:01 +0800 |
commit | e75ba017e874898c0b4ea9a6bb34c49f637473ab (patch) | |
tree | fcb5682a6a13c3ede1851c51c57ff458e12b17f9 /astro/p5-Astro-FITS-Header | |
parent | 081d383f617207a8233807c61de782aad55d9592 (diff) | |
download | freebsd-ports-gnome-e75ba017e874898c0b4ea9a6bb34c49f637473ab.tar.gz freebsd-ports-gnome-e75ba017e874898c0b4ea9a6bb34c49f637473ab.tar.zst freebsd-ports-gnome-e75ba017e874898c0b4ea9a6bb34c49f637473ab.zip |
Add NO_ARCH
Diffstat (limited to 'astro/p5-Astro-FITS-Header')
-rw-r--r-- | astro/p5-Astro-FITS-Header/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/p5-Astro-FITS-Header/Makefile b/astro/p5-Astro-FITS-Header/Makefile index a3338c6a040a..368cee29cfc6 100644 --- a/astro/p5-Astro-FITS-Header/Makefile +++ b/astro/p5-Astro-FITS-Header/Makefile @@ -16,4 +16,6 @@ LICENSE= GPLv3 USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes + .include <bsd.port.mk> |