1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

We now also need the math/mpfr port to build the Fortran frontend.

This commit is contained in:
Gerald Pfeifer 2005-09-01 22:11:00 +00:00
parent ba7ad2c3d8
commit 481cf07ca9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141736

View File

@ -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.*