diff options
author | araujo <araujo@FreeBSD.org> | 2007-07-16 00:12:19 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-07-16 00:12:19 +0800 |
commit | 37a563eb59cc437c1d7f77068d3afb8c23ce030d (patch) | |
tree | 36257cdb195dfcc8e3293e27bcdf5bed7c483091 /science/elmer-meshgen2d | |
parent | 7466fc09e0bd74951d02328c86c931c5fa7bd299 (diff) | |
download | freebsd-ports-gnome-37a563eb59cc437c1d7f77068d3afb8c23ce030d.tar.gz freebsd-ports-gnome-37a563eb59cc437c1d7f77068d3afb8c23ce030d.tar.zst freebsd-ports-gnome-37a563eb59cc437c1d7f77068d3afb8c23ce030d.zip |
- Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: stas (mentor)
Diffstat (limited to 'science/elmer-meshgen2d')
-rw-r--r-- | science/elmer-meshgen2d/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile index cb8e9abf27f8..be3f0eb6c38d 100644 --- a/science/elmer-meshgen2d/Makefile +++ b/science/elmer-meshgen2d/Makefile @@ -15,10 +15,7 @@ PKGNAMEPREFIX= elmer- MAINTAINER= araujo@FreeBSD.org COMMENT= A Mesh Generation Utility for use with the ELMER FEM package -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes GNU_CONFIGURE= yes ALL_TARGET= |