aboutsummaryrefslogtreecommitdiff
path: root/math/lapack++
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 01:21:02 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 01:21:02 +0000
commite21c8f6cfe061f0f813cfd9062f201c11e7cf2fb (patch)
tree9ba098c92a78513b46103e2c67d5e30a134d24ca /math/lapack++
parentddb99ac49a71e0f5e25ab0af911744fe88a59d1d (diff)
downloadports-e21c8f6cfe061f0f813cfd9062f201c11e7cf2fb.tar.gz
ports-e21c8f6cfe061f0f813cfd9062f201c11e7cf2fb.zip
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes: svn path=/head/; revision=195540
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 1db81413b2cf..8d5ff4366504 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