summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
commitffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch)
treed2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /lang/gcc
parentUpdate to 4.2.1 release. (diff)
Chase gmp library and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=161929
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index e6171d5e7fe4..35357077055f 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -22,7 +22,7 @@ MAINTAINER?= gerald@FreeBSD.org
COMMENT?= GNU Compiler Collection 4.2
.if defined(WITH_FORTRAN)
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
mpfr.1:${PORTSDIR}/math/mpfr
.endif