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/gcc46/Makefile | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) |
Chase gmp library and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=161929
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index e6171d5e7fe4..35357077055f 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/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 |