diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-16 10:32:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-16 10:32:57 +0000 |
commit | 6f26db74dacc615c67d035fec9d32c8145ba213a (patch) | |
tree | bbe527f277f616cd028fe435ded07e6e06ad834c /lang/gnatdroid-sysroot | |
parent | e9c01568758b4ce5a219ebaf9b465d6fbcfe68e5 (diff) |
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')
-rw-r--r-- | lang/gnatdroid-sysroot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnatdroid-sysroot/Makefile b/lang/gnatdroid-sysroot/Makefile index 30b1884d923e..d173a4688adb 100644 --- a/lang/gnatdroid-sysroot/Makefile +++ b/lang/gnatdroid-sysroot/Makefile @@ -11,6 +11,8 @@ DISTNAME= android-${API}-arm MAINTAINER= marino@FreeBSD.org COMMENT= Android sysroots for C/Ada Android cross-compiler +ONLY_FOR_ARCHS= i386 amd64 + USES= tar:bzip2 NO_BUILD= yes NO_MTREE= yes |