aboutsummaryrefslogtreecommitdiffstats
path: root/math/arpack
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-12 14:57:48 +0800
committermaho <maho@FreeBSD.org>2007-07-12 14:57:48 +0800
commit9597239384d4eb8d3371aba2367eed326efc146a (patch)
tree88256cdffba91238f03b816acb4e87d9cfa00521 /math/arpack
parentf6d59387d7357b9a4f44f621972b93dc03b0591d (diff)
downloadfreebsd-ports-gnome-9597239384d4eb8d3371aba2367eed326efc146a.tar.gz
freebsd-ports-gnome-9597239384d4eb8d3371aba2367eed326efc146a.tar.zst
freebsd-ports-gnome-9597239384d4eb8d3371aba2367eed326efc146a.zip
Now we use USE_FORTRAN=yes to use FORTRAN.
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index 36198b30f717..d33851bdebbd 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -44,10 +44,7 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
WRKSRC= ${WRKDIR}/ARPACK
WRKSRC_SHARED= ${WRKDIR}/ARPACK_SHARED