summaryrefslogtreecommitdiff
path: root/lang/gcc48/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-02-22 10:36:54 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-02-22 10:36:54 +0000
commit527699133ba72fa24ef03f50c1a0ecdcd4c251df (patch)
tree9591324d0640f6d284266ca4fa9d4b7c2a12b0cb /lang/gcc48/Makefile
parent- Stage support (diff)
Update to the 20140220 snapshot of GCC 4.8.3.
Set the license to a combination of GPLv3 (for the compiler itself) and GPLv3 with GCC Runtime Library Exception (for the runtime).
Notes
Notes: svn path=/head/; revision=345607
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r--lang/gcc48/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index cfd5b9d78075..12bb511011f8 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc48
-PORTVERSION= 4.8.3.s20140213
+PORTVERSION= 4.8.3.s20140220
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -11,6 +11,9 @@ DISTNAME= gcc-${DISTVERSION}
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.8
+LICENSE= GPLv3 GPLv3RLE
+LICENSE_COMB= multi
+
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr \
libmpc.so:${PORTSDIR}/math/mpc