Set the license to a combination of GPLv3 (for the compiler itself) and

GPLv3 with GCC Runtime Library Exception (for the runtime).
This commit is contained in:
Gerald Pfeifer 2014-02-22 12:27:20 +00:00
parent a3a35753b2
commit 95b9127ec0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345628

View File

@ -10,6 +10,9 @@ MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION}
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.6
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr \
libmpc.so:${PORTSDIR}/math/mpc