diff options
author | araujo <araujo@FreeBSD.org> | 2007-07-13 05:50:03 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-07-13 05:50:03 +0800 |
commit | 2872b2c9fdcc5789d9b7934c825b6d035a4cdb1f (patch) | |
tree | b47a8eb4850991f5f202cf0c3ad50a39a99990d1 /science/elmer-matc | |
parent | b0df10c15df2949545c74da6dfefa5a6a33b6b10 (diff) | |
download | freebsd-ports-gnome-2872b2c9fdcc5789d9b7934c825b6d035a4cdb1f.tar.gz freebsd-ports-gnome-2872b2c9fdcc5789d9b7934c825b6d035a4cdb1f.tar.zst freebsd-ports-gnome-2872b2c9fdcc5789d9b7934c825b6d035a4cdb1f.zip |
- Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Submitted by: maho
Approved by: stas (mentor)
Diffstat (limited to 'science/elmer-matc')
-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} |