summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-12 06:57:48 +0000
committermaho <maho@FreeBSD.org>2007-07-12 06:57:48 +0000
commit9597239384d4eb8d3371aba2367eed326efc146a (patch)
tree88256cdffba91238f03b816acb4e87d9cfa00521 /math
parentf6d59387d7357b9a4f44f621972b93dc03b0591d (diff)
downloadFreeBSD-ports-9597239384d4eb8d3371aba2367eed326efc146a.zip
FreeBSD-ports-9597239384d4eb8d3371aba2367eed326efc146a.tar.gz
Now we use USE_FORTRAN=yes to use FORTRAN.
Diffstat (limited to 'math')
-rw-r--r--math/arpack/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index 36198b3..d33851b 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
OpenPOWER on IntegriCloud