diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-22 03:29:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-22 03:29:06 +0000 |
commit | 572d1e551d5a6e81c9cd1f2f16acf48e09610951 (patch) | |
tree | 3164e47070a4d01f4f2f99c2df0c949b5aa60403 /math/octave-forge | |
parent | 3cd1d68fc046c63cd6c5160f940d022d9c41499f (diff) | |
download | ports-572d1e551d5a6e81c9cd1f2f16acf48e09610951.tar.gz ports-572d1e551d5a6e81c9cd1f2f16acf48e09610951.zip |
Notes
Diffstat (limited to 'math/octave-forge')
-rw-r--r-- | math/octave-forge/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 9953e37b0dbd..f4b36effb2a3 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= octave MAINTAINER= maho@FreeBSD.org COMMENT= Many additional features to math/octave -BUILD_DEPENDS= qhull:${PORTSDIR}/math/qhull \ +BUILD_DEPENDS+= qhull:${PORTSDIR}/math/qhull \ octave:${PORTSDIR}/math/octave \ gcsplit:${PORTSDIR}/sysutils/coreutils \ bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= octave:${PORTSDIR}/math/octave \ +RUN_DEPENDS+= octave:${PORTSDIR}/math/octave \ qhull:${PORTSDIR}/math/qhull \ bash:${PORTSDIR}/shells/bash @@ -31,6 +31,12 @@ CONFIGURE_ARGS= --with-cc=${CC} \ --x-libraries=${X11BASE}/lib \ --x-includes=${X11BASE}/include +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 +CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" + .include <bsd.port.pre.mk> .if ${OSVERSION} < 501000 |