diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 22:14:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 22:14:08 +0800 |
commit | 69c442356333787dcedde4c0274076e6962699d6 (patch) | |
tree | b28a87f055ed53434167795199c5b31cba27b3e1 /astro | |
parent | a94cab21c08810dfb0ec7cf1a54b6cc45e3a3bb5 (diff) | |
download | freebsd-ports-gnome-69c442356333787dcedde4c0274076e6962699d6.tar.gz freebsd-ports-gnome-69c442356333787dcedde4c0274076e6962699d6.tar.zst freebsd-ports-gnome-69c442356333787dcedde4c0274076e6962699d6.zip |
Mark NO_ARCH
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-GPS-Babel/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-GPS-OID/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-GPS/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/astro/p5-GPS-Babel/Makefile b/astro/p5-GPS-Babel/Makefile index de5fb91ad289..bc11d8862c28 100644 --- a/astro/p5-GPS-Babel/Makefile +++ b/astro/p5-GPS-Babel/Makefile @@ -18,5 +18,6 @@ RUN_DEPENDS= p5-Geo-Gpx>=0.25:graphics/p5-Geo-Gpx \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/astro/p5-GPS-OID/Makefile b/astro/p5-GPS-OID/Makefile index 237914407997..5444a7926789 100644 --- a/astro/p5-GPS-OID/Makefile +++ b/astro/p5-GPS-OID/Makefile @@ -13,5 +13,6 @@ COMMENT= Package for GPS PRN - Object ID conversions USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile index 78ed4b9ee477..fd231e84d8a7 100644 --- a/astro/p5-GPS/Makefile +++ b/astro/p5-GPS/Makefile @@ -17,5 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |