diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /lang/gcc43 | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) | |
download | ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip |
Notes
Diffstat (limited to 'lang/gcc43')
-rw-r--r-- | lang/gcc43/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index e6171d5e7fe4..35357077055f 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/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 |