diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-22 12:27:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-22 12:27:20 +0000 |
commit | 95b9127ec09113d7a72cc1181b67b4bec53afb40 (patch) | |
tree | f8f80154f38ad1d9495995249f059413e98d3677 | |
parent | a3a35753b2980e697dc7d90e7039c8cb9bed43ab (diff) | |
download | freebsd-ports-95b9127ec09113d7a72cc1181b67b4bec53afb40.zip |
Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).
-rw-r--r-- | lang/gcc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index e2562cebf202..00971b65d412 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -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 |