diff options
author | ale <ale@FreeBSD.org> | 2010-06-11 23:09:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-06-11 23:09:45 +0800 |
commit | de6cee0efd7c72a3035c9aa98e07c6ece3b69d05 (patch) | |
tree | 1be586debb97ea8adfbbf5f0039131c8ae668ce8 /lang/gcc | |
parent | 9fe693d141c24960fa238bc22f6a7a9da20b9890 (diff) | |
download | freebsd-ports-gnome-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.gz freebsd-ports-gnome-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.zst freebsd-ports-gnome-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.zip |
Chase mpfr library and bump PORTREVISION.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 0685d127b09e..8b0d3b9cf182 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/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 |