diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-16 00:47:55 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-16 00:47:55 +0000 |
commit | 59ecb375ac73865ba4f3a07748f0c4d42fa44921 (patch) | |
tree | 954434a9a930d6794553c2bc0c3b8038b1ec7ed6 /math | |
parent | 739ba95e1be52d8f7a4af3cd0b91b37012bb1e00 (diff) | |
download | ports-59ecb375ac73865ba4f3a07748f0c4d42fa44921.tar.gz ports-59ecb375ac73865ba4f3a07748f0c4d42fa44921.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 5 |
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" \ |