diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-17 07:03:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-17 07:03:18 +0000 |
commit | b9cd20384ea9a18fcb2568f2e87bd8fd00497d54 (patch) | |
tree | 777ca01ab4988958c338d7f7d0e9b4efbb66be09 /net/openmpi | |
parent | 8b8a92680a41b5e4cebb2df6cae6c9842d9480a9 (diff) |
Notes
Diffstat (limited to 'net/openmpi')
-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 |