From 6f26db74dacc615c67d035fec9d32c8145ba213a Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 16 Dec 2015 10:32:57 +0000 Subject: 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. --- lang/gnatdroid-sysroot-x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/gnatdroid-sysroot-x86') 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 -- cgit v1.2.3