diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
commit | 8cbf48bd4b10e39f4f96a5a77120e40e99de8d26 (patch) | |
tree | 50f448e0fb0b8504eebaae343d466dcd9e4dd1be /lang/gcc48 | |
parent | f7015e22ab5c4280ed395c1e3d7cffedb479583f (diff) | |
download | ports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.tar.gz ports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.zip |
Notes
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 0685d127b09e..8b0d3b9cf182 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.6.0.20100605 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -19,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr \ + mpfr.4:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils |