diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 04:03:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 04:03:03 +0800 |
commit | 55ccebf76116019590b6fc053f993274969580cf (patch) | |
tree | 1a845e44f7c8d234d22b07e9bee3ff67ae1768e4 /astro | |
parent | edfa747c694db551ed6eab36281a9f7f5c3658bd (diff) | |
download | freebsd-ports-gnome-55ccebf76116019590b6fc053f993274969580cf.tar.gz freebsd-ports-gnome-55ccebf76116019590b6fc053f993274969580cf.tar.zst freebsd-ports-gnome-55ccebf76116019590b6fc053f993274969580cf.zip |
- Add NO_ARCH
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsprune/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/gpsprune/Makefile b/astro/gpsprune/Makefile index b4693c3a0e51..4251825ad2d4 100644 --- a/astro/gpsprune/Makefile +++ b/astro/gpsprune/Makefile @@ -17,6 +17,7 @@ LICENSE= GPLv2 NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes USE_JAVA= yes JAVA_VERSION= 1.6+ |