aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-23 16:09:59 +0800
committermaho <maho@FreeBSD.org>2007-01-23 16:09:59 +0800
commit40306bd4f99e704efc3ea2052941c98e22d079ac (patch)
tree787bf59dd6e1ba3d5c021b61e5a0e0343fedc251 /math
parent27dd8f5599fa9dba3df1c8064d7f1005a575335a (diff)
downloadfreebsd-ports-gnome-40306bd4f99e704efc3ea2052941c98e22d079ac.tar.gz
freebsd-ports-gnome-40306bd4f99e704efc3ea2052941c98e22d079ac.tar.zst
freebsd-ports-gnome-40306bd4f99e704efc3ea2052941c98e22d079ac.zip
A cosmetic change.
Diffstat (limited to 'math')
-rw-r--r--math/blas/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 13a5340540ba..e98c4ef9a7f9 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -19,9 +19,14 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= Basic Linear Algebra, level 1, 2, and 3
USE_LDCONFIG= yes
+
NO_WRKSUBDIR= yes
WANT_FORTRAN= yes
-USE_GCC= 4.2+
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
+MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
PLIST_FILES= lib/libblas.a lib/libblas.so lib/libblas.so.2