diff options
author | gerald <gerald@FreeBSD.org> | 2005-09-01 22:11:00 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-09-01 22:11:00 +0000 |
commit | 259d6a82a4bac7c03290db16c26decc8a278bc28 (patch) | |
tree | 1eb2f95edd872ac953fff7b74015da8da87b4a4b /lang | |
parent | 638f1cb12f666ce9bda21dad2eeb135c56593ba0 (diff) | |
download | FreeBSD-ports-259d6a82a4bac7c03290db16c26decc8a278bc28.zip FreeBSD-ports-259d6a82a4bac7c03290db16c26decc8a278bc28.tar.gz |
We now also need the math/mpfr port to build the Fortran frontend.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc40/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index 8dd1a3c..c9a95d5 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.* |