diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
commit | bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee (patch) | |
tree | fbc3a0515acb659ae86ec22a706ac4607711c903 /lang/gcc45/Makefile | |
parent | 7db76e2b98b1517c19aa3a79957ac3b37bf853ae (diff) | |
download | ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.tar.gz ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.zip |
Notes
Diffstat (limited to 'lang/gcc45/Makefile')
-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 3017ada4b2c8..7c640eb44d15 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -8,6 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.5.1.20100415 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -18,7 +19,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.5 -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr \ mpc.2:${PORTSDIR}/math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils |