Date: Sat, 9 Sep 2017 07:02:36 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449474 - head/lang/gcc7 Message-ID: <201709090702.v8972aPX076170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Sep 9 07:02:35 2017 New Revision: 449474 URL: https://svnweb.freebsd.org/changeset/ports/449474 Log: Move ONLY_FOR_ARCHS to its proper place in Makefile. Modified: head/lang/gcc7/Makefile Modified: head/lang/gcc7/Makefile ============================================================================== --- head/lang/gcc7/Makefile Sat Sep 9 05:04:24 2017 (r449473) +++ head/lang/gcc7/Makefile Sat Sep 9 07:02:35 2017 (r449474) @@ -13,6 +13,8 @@ COMMENT= GNU Compiler Collection 7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 + LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc @@ -27,7 +29,6 @@ CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz USE_BINUTILS= yes USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709090702.v8972aPX076170>