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 /math/elmer-umfpack | |
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 'math/elmer-umfpack')
-rw-r--r-- | math/elmer-umfpack/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile index 95e61283773c..a9044c015b04 100644 --- a/math/elmer-umfpack/Makefile +++ b/math/elmer-umfpack/Makefile @@ -16,12 +16,9 @@ PKGNAMEPREFIX= elmer- MAINTAINER= araujo@FreeBSD.org COMMENT= UMFPACK library used by ELMER FEM package -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -CONFIGURE_ENV+= FC=${FC} F77=${FC} +USE_FORTRAN= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= FC=${FC} F77=${FC} ALL_TARGET= # This should be looked up by autoconf |