diff options
author | gerald <gerald@FreeBSD.org> | 2005-09-02 06:11:00 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-09-02 06:11:00 +0800 |
commit | 259d6a82a4bac7c03290db16c26decc8a278bc28 (patch) | |
tree | 1eb2f95edd872ac953fff7b74015da8da87b4a4b /lang | |
parent | 638f1cb12f666ce9bda21dad2eeb135c56593ba0 (diff) | |
download | freebsd-ports-graphics-259d6a82a4bac7c03290db16c26decc8a278bc28.tar.gz freebsd-ports-graphics-259d6a82a4bac7c03290db16c26decc8a278bc28.tar.zst freebsd-ports-graphics-259d6a82a4bac7c03290db16c26decc8a278bc28.zip |
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 8dd1a3c12d6..c9a95d5a48e 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.* |