aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-02-27 16:32:37 +0800
committermiwi <miwi@FreeBSD.org>2007-02-27 16:32:37 +0800
commit5d03199dd3cf8535a09eadd3c7dcfdce825f4f88 (patch)
treef72e2712a019ccea93e5367c4d2f952ac5b1597e /science
parent1693d8cff3236ba125277a7f159f460862620691 (diff)
downloadfreebsd-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/Makefile5
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>