diff options
-rw-r--r-- | net/openmpi/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 5dce4851b88d..3c60414b8b2f 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -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 |