diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-27 16:32:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-27 16:32:37 +0800 |
commit | 5d03199dd3cf8535a09eadd3c7dcfdce825f4f88 (patch) | |
tree | f72e2712a019ccea93e5367c4d2f952ac5b1597e /science | |
parent | 1693d8cff3236ba125277a7f159f460862620691 (diff) | |
download | freebsd-ports-gnome-5d03199dd3cf8535a09eadd3c7dcfdce825f4f88.tar.gz freebsd-ports-gnome-5d03199dd3cf8535a09eadd3c7dcfdce825f4f88.tar.zst freebsd-ports-gnome-5d03199dd3cf8535a09eadd3c7dcfdce825f4f88.zip |
- Fixed support for new gfortran
PR: 109264
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Requested by: maho@
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-matc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile index c9e737eee9ae..45c6dc9e4949 100644 --- a/science/elmer-matc/Makefile +++ b/science/elmer-matc/Makefile @@ -17,6 +17,11 @@ 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 + PLIST_SUB= ARCH=${MACHINE_ARCH} .include <bsd.port.pre.mk> |