diff options
author | gerald <gerald@FreeBSD.org> | 2014-02-22 09:13:49 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-02-22 09:13:49 +0800 |
commit | 700c3be10734e20bb6ad75b9c3074b0a681646c0 (patch) | |
tree | 274706b52b81e3469fc0d4a660153dab2c672849 /lang | |
parent | 63ddb235ae4d2795a27c36172d95bb0fc9149ab7 (diff) | |
download | freebsd-ports-gnome-700c3be10734e20bb6ad75b9c3074b0a681646c0.tar.gz freebsd-ports-gnome-700c3be10734e20bb6ad75b9c3074b0a681646c0.tar.zst freebsd-ports-gnome-700c3be10734e20bb6ad75b9c3074b0a681646c0.zip |
Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).
Suggested by: marino
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc49/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index 84ccdc07146c..4eb4835a2bfb 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -11,6 +11,9 @@ DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.9 +LICENSE= GPLv3 GPLv3RLE +LICENSE_COMB= multi + LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr \ libmpc.so:${PORTSDIR}/math/mpc |