aboutsummaryrefslogtreecommitdiff
path: root/lang/gnatdroid-sysroot-x86
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-16 10:32:57 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-16 10:32:57 +0000
commit6f26db74dacc615c67d035fec9d32c8145ba213a (patch)
treebbe527f277f616cd028fe435ded07e6e06ad834c /lang/gnatdroid-sysroot-x86
parente9c01568758b4ce5a219ebaf9b465d6fbcfe68e5 (diff)
downloadports-6f26db74dacc615c67d035fec9d32c8145ba213a.tar.gz
ports-6f26db74dacc615c67d035fec9d32c8145ba213a.zip
lang/gnatdroid-sysroot(-x86): Only for i386 and amd64
The gnatdroid sysroot* and binutils* ports do build on other architectures, but the actually gnatroid cross-compilers do not. Until this changes, there is no point to build the dependencies so suppress their building on non-x86 platforms.
Notes
Notes: svn path=/head/; revision=403859
Diffstat (limited to 'lang/gnatdroid-sysroot-x86')
-rw-r--r--lang/gnatdroid-sysroot-x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnatdroid-sysroot-x86/Makefile b/lang/gnatdroid-sysroot-x86/Makefile
index 7635658bfe78..c7c82f7501de 100644
--- a/lang/gnatdroid-sysroot-x86/Makefile
+++ b/lang/gnatdroid-sysroot-x86/Makefile
@@ -12,6 +12,8 @@ DISTNAME= android-${API}-x86
MAINTAINER= marino@FreeBSD.org
COMMENT= Android sysroots for C/Ada Android cross-compiler (x86)
+ONLY_FOR_ARCHS= i386 amd64
+
USES= tar:bzip2
NO_BUILD= yes
NO_MTREE= yes