aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-14 09:40:23 +0800
committermaho <maho@FreeBSD.org>2007-07-14 09:40:23 +0800
commit7b829535988b75611467c374acaac0fbaf65f560 (patch)
tree9d23a1067bcf4bd34c63e30285c7bb7f742bca0f /math
parent145515c3cac46439c24c5e1009b5271d1aad9141 (diff)
downloadfreebsd-ports-gnome-7b829535988b75611467c374acaac0fbaf65f560.tar.gz
freebsd-ports-gnome-7b829535988b75611467c374acaac0fbaf65f560.tar.zst
freebsd-ports-gnome-7b829535988b75611467c374acaac0fbaf65f560.zip
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math')
-rw-r--r--math/suitesparse/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index d9f9ef3e8223..fd94ebe14992 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -43,10 +43,7 @@ FPIC= -fpic
USE_LDCONFIG= yes
USE_GMAKE= yes
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
WRKSRC=${WRKDIR}/SuiteSparse
WRKSRC_SHARED=${WRKSRC}_shared
CFLAGS_SHARED=${CFLAGS} ${FPIC}