summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 09:08:42 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 09:08:42 +0000
commitc750932356b4d88b7161ee6d3cece6b4071aa860 (patch)
treef3a27b07f1c3db39ad2d342c6b30b46fc1824b82 /math
parentUpdate to 1.3.0.58 (diff)
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes: svn path=/head/; revision=195561
Diffstat (limited to 'math')
-rw-r--r--math/octave-devel/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index d213bfbc4d38..c46d8c9c0529 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -56,12 +56,7 @@ BLAS= -lblas
LAPACK= -llapack
.endif
-WANT_FORTRAN= yes
-#workaround optimization bug in gcc42, not gfortran42
-#USE_GCC=4.2+
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
OCTAVE_VERSION= ${PORTVERSION}
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}