diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-07-12 21:50:03 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-07-12 21:50:03 +0000 |
commit | 1f072c32143a77ff4262a26b16f39e2310e28d11 (patch) | |
tree | 74081cc1499c6764385a74036f9e817915b9e877 /science | |
parent | 2250981b6b6d02e5da1365ac7737ff04bb299696 (diff) | |
download | ports-1f072c32143a77ff4262a26b16f39e2310e28d11.tar.gz ports-1f072c32143a77ff4262a26b16f39e2310e28d11.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-matc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile index 0a6784c65147..bbbd4dfe1625 100644 --- a/science/elmer-matc/Makefile +++ b/science/elmer-matc/Makefile @@ -17,10 +17,7 @@ COMMENT= MatC language library used by ELMER FEM package GNU_CONFIGURE= yes ALL_TARGET= -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes PLIST_SUB= ARCH=${MACHINE_ARCH} |