diff options
author | adam <adam@pkgsrc.org> | 2004-11-25 12:59:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-25 12:59:21 +0000 |
commit | ec0da1b7c9578f9a1498e12bd2182df6c577d373 (patch) | |
tree | 1bb411ae61763e29832bd2b711199ba4a6345350 /math/octave-current/Makefile | |
parent | 7b8640fea506bede8f0af072418a46f0ee49aefd (diff) | |
download | pkgsrc-ec0da1b7c9578f9a1498e12bd2182df6c577d373.tar.gz |
Changes 2.1.63:
* Bug fixes
Diffstat (limited to 'math/octave-current/Makefile')
-rw-r--r-- | math/octave-current/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 1bb0abf111a..706107e46e0 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2004/11/24 00:54:10 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.37 2004/11/25 12:59:21 adam Exp $ # DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} -PKGREVISION= 1 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/ \ @@ -19,7 +18,7 @@ BUILD_DEPENDS+= bison>=1.875:../../devel/bison BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -OCTAVE_VER= 2.1.59 +OCTAVE_VER= 2.1.63 CONFLICTS+= octave-2.0.* .if (${MACHINE_ARCH} == "arm32") |