aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/gcc/Makefile3
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