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/gcc45 | |
parent | f7015e22ab5c4280ed395c1e3d7cffedb479583f (diff) |
Chase mpfr library and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=256398
Diffstat (limited to 'lang/gcc45')
-rw-r--r-- | lang/gcc45/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 30ebe157d844..b3ba7345683b 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100603 +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.5 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 |