diff options
author | adam <adam@pkgsrc.org> | 2004-03-29 16:20:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-03-29 16:20:16 +0000 |
commit | 39189f3e47332120971d1a4cfa78a83fadef2e77 (patch) | |
tree | a826bd7bf51f19d2c71cba2dfa9841e9cd1cb43e /math/octave-current/Makefile | |
parent | 6a15bc79875df69073ef6344aeef5639c1e8dd88 (diff) | |
download | pkgsrc-39189f3e47332120971d1a4cfa78a83fadef2e77.tar.gz |
Changes 2.1.57:
* bug fix release
Diffstat (limited to 'math/octave-current/Makefile')
-rw-r--r-- | math/octave-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 481d25fd1db..c0d3c62d862 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/02/26 16:47:35 adam Exp $ +# $NetBSD: Makefile,v 1.29 2004/03/29 16:20:16 adam Exp $ # DISTNAME= octave-${OCTAVE_VER} @@ -18,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.55 +OCTAVE_VER= 2.1.57 CONFLICTS+= octave-2.0.* .if (${MACHINE_ARCH} == "arm32") |