diff options
author | gerald <gerald@FreeBSD.org> | 2014-02-22 20:27:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-02-22 20:27:20 +0800 |
commit | bcca31f07e978ac6df359245c30b760635e1423b (patch) | |
tree | f8f80154f38ad1d9495995249f059413e98d3677 /lang | |
parent | c6a3949a1bc553e5e109a29e5df36ddbe57d81f4 (diff) | |
download | freebsd-ports-gnome-bcca31f07e978ac6df359245c30b760635e1423b.tar.gz freebsd-ports-gnome-bcca31f07e978ac6df359245c30b760635e1423b.tar.zst freebsd-ports-gnome-bcca31f07e978ac6df359245c30b760635e1423b.zip |
Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).
Diffstat (limited to 'lang')
-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 |