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/gcc42 | |
parent | f7015e22ab5c4280ed395c1e3d7cffedb479583f (diff) | |
download | ports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.tar.gz ports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.zip |
Notes
Diffstat (limited to 'lang/gcc42')
-rw-r--r-- | lang/gcc42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 5cada080983f..90ae927a2b9e 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.2.5.20090325 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -20,7 +20,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.2 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} |