diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-16 17:42:38 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-16 17:42:38 +0000 |
commit | b96a90cde80c629bf1b89673e3afc7f71228c032 (patch) | |
tree | 3ec3320be7644e47eea3fb2d4ba875ba12e6f203 /math/octave/Makefile | |
parent | d4897f8321836e327ab0f54a415b815aeabcb786 (diff) | |
download | FreeBSD-ports-b96a90cde80c629bf1b89673e3afc7f71228c032.zip FreeBSD-ports-b96a90cde80c629bf1b89673e3afc7f71228c032.tar.gz |
upgrade to 2.1.39
PR: 39251, 45201
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Approved by: maintainer timeout
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 1bfff00..236df6c 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -6,7 +6,7 @@ # PORTNAME= octave -PORTVERSION= 2.1.30 +PORTVERSION= 2.1.39 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ @@ -16,6 +16,7 @@ MAINTAINER= chuckr@FreeBSD.org USE_BZIP2= yes BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw .include <bsd.port.pre.mk> @@ -29,7 +30,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-shared --host=${GNU_HOST} +CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} .if ${OSVERSION} < 400004 CONFIGURE_ARGS+= --with-f2c |