summaryrefslogtreecommitdiff
path: root/lang/gcc40
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-09-01 22:11:00 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-09-01 22:11:00 +0000
commit481cf07ca9010079a3a35d418076f22d02339d45 (patch)
tree74aaa05b34dda061cc2fc7a4fe88f34a509f44a7 /lang/gcc40
parentRemove extraneous patch I had erroneously included in the previous update. (diff)
We now also need the math/mpfr port to build the Fortran frontend.
Notes
Notes: svn path=/head/; revision=141736
Diffstat (limited to 'lang/gcc40')
-rw-r--r--lang/gcc40/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile
index 8dd1a3c12d6f..c9a95d5a48eb 100644
--- a/lang/gcc40/Makefile
+++ b/lang/gcc40/Makefile
@@ -26,6 +26,7 @@ COMMENT= GNU Compiler Collection 4.0
.if defined(WITH_FORTRAN)
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+BUILD_DEPENDS= ${LOCALBASE}/lib/libmpfr.a:${PORTSDIR}/math/mpfr
.endif
CONFLICTS= gcc-3.3.* gcc-3.4.* gcc-4.1.*