diff options
author | nork <nork@FreeBSD.org> | 2003-06-10 01:19:23 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-10 01:19:23 +0800 |
commit | e66c6c419001a93e01e6c91402f872fd1f1374ed (patch) | |
tree | 9dc4aa3eec07a431bb3fd3751834a0ba04ceb5db /math/octave/Makefile | |
parent | d7528034e68c8e1c12116298cfb617280c8a60a1 (diff) | |
download | freebsd-ports-gnome-e66c6c419001a93e01e6c91402f872fd1f1374ed.tar.gz freebsd-ports-gnome-e66c6c419001a93e01e6c91402f872fd1f1374ed.tar.zst freebsd-ports-gnome-e66c6c419001a93e01e6c91402f872fd1f1374ed.zip |
o Update to 2.1.48.
PR: ports/52902
Submitted by: Ulrich Spoerlein <q@uni.de>
Suggested by: Chris BeHanna
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 92dbf25262ab..42e1be8519db 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -6,9 +6,9 @@ # PORTNAME= octave -PORTVERSION= 2.1.39 +PORTVERSION= 2.1.48 CATEGORIES= math -MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ +MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ MAINTAINER= ports@FreeBSD.org @@ -17,7 +17,7 @@ COMMENT= High-level interactive language for numerical computations USE_BZIP2= yes BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw +LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw .include <bsd.port.pre.mk> @@ -32,6 +32,9 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" .if ${OSVERSION} < 400004 CONFIGURE_ARGS+= --with-f2c @@ -41,7 +44,7 @@ CONFIGURE_ARGS+= --with-f2c CONFIGURE_ARGS+= --disable-readline .endif -MAN1= octave.1 octave-bug.1 +MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 post-extract: @${RM} -f ${WRKSRC}/doc/interpreter/octave.info* |