aboutsummaryrefslogtreecommitdiffstats
path: root/math/lapack++
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-14 09:21:02 +0800
committermaho <maho@FreeBSD.org>2007-07-14 09:21:02 +0800
commitc1a75fc2548276fd725ce763522512f35c923dc4 (patch)
tree70cb6919f982f6a02320f0adf5d31a731458a2db /math/lapack++
parent89df5b245e1c190cfeade377b7516df3f0f6de61 (diff)
downloadfreebsd-ports-graphics-c1a75fc2548276fd725ce763522512f35c923dc4.tar.gz
freebsd-ports-graphics-c1a75fc2548276fd725ce763522512f35c923dc4.tar.zst
freebsd-ports-graphics-c1a75fc2548276fd725ce763522512f35c923dc4.zip
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/lapack++')
-rw-r--r--math/lapack++/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile
index 1db81413b2c..8d5ff436650 100644
--- a/math/lapack++/Makefile
+++ b/math/lapack++/Makefile
@@ -35,10 +35,7 @@ LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
.endif
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes