summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-16 00:47:55 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-16 00:47:55 +0000
commit59ecb375ac73865ba4f3a07748f0c4d42fa44921 (patch)
tree954434a9a930d6794553c2bc0c3b8038b1ec7ed6 /math
parent- Update to 2.2.7 (diff)
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes: svn path=/head/; revision=195696
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 4b181fcb5539..195478d88ba7 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -34,10 +34,7 @@ OCTAVE_VERSION= ${PORTVERSION}
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
-WANT_FORTRAN=yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \