1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by:	maintainer
This commit is contained in:
Maho Nakata 2007-07-17 07:03:18 +00:00
parent 8b8a92680a
commit b9cd20384e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195789

View File

@ -39,10 +39,7 @@ MANPREFIX= ${TARGETDIR}/${MPIDIR}
.include <bsd.port.pre.mk>
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
USE_FORTRAN= yes
CONFIGURE_ENV+= F77=${F77} FC=${FC}
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64