1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Convert to USE_FORTRAN

This commit is contained in:
Pav Lucistnik 2007-07-15 13:54:33 +00:00
parent b99eb32a96
commit 9ccac3b8ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195652

View File

@ -26,11 +26,7 @@ FC= ${LOCALBASE}/bin/mpicc
.endif
RUN_DEPENDS= ${BUILD_DEPENDS}
WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
USE_FORTRAN= yes
.include <bsd.port.pre.mk>