aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-11 09:43:24 +0800
committermaho <maho@FreeBSD.org>2007-01-11 09:43:24 +0800
commitc3d51c284ad98b0c435d85b628ff3bc00eac8768 (patch)
treedd7652a51fb6354fedf2d8c5f122d76105f284a7 /math
parentf71c88e4150e382221b2b9f7865489c3ad16f717 (diff)
downloadfreebsd-ports-gnome-c3d51c284ad98b0c435d85b628ff3bc00eac8768.tar.gz
freebsd-ports-gnome-c3d51c284ad98b0c435d85b628ff3bc00eac8768.tar.zst
freebsd-ports-gnome-c3d51c284ad98b0c435d85b628ff3bc00eac8768.zip
Migrate to gfortran.
Diffstat (limited to 'math')
-rw-r--r--math/nsc2ke/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/nsc2ke/Makefile b/math/nsc2ke/Makefile
index 2512646cf035..8f075fad161a 100644
--- a/math/nsc2ke/Makefile
+++ b/math/nsc2ke/Makefile
@@ -21,8 +21,11 @@ COMMENT= A Navier-Stokes solver
RESTRICTED= No resale, contact author for commercial usage
-F77?= f77
-FFLAGS?= -O2 # Note: FFLAGS is set to -O in /usr/share/mk/sys.mk
+WANT_FORTRAN=yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
+FFLAGS+= -O2
NO_WRKSUBDIR= yes
MAKEFILE= makefile