diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-22 01:13:49 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-02-22 01:13:49 +0000 |
commit | cbe400a126da43c1c525ec00f5510b0719122d98 (patch) | |
tree | 274706b52b81e3469fc0d4a660153dab2c672849 /lang | |
parent | 8ff567f6d5b530c2d1bbedd2a2b0d9a864220575 (diff) |
Notes
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 |