diff options
author | drochner <drochner@pkgsrc.org> | 2005-05-31 17:24:23 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-05-31 17:24:23 +0000 |
commit | 530e2e547a4075b73746cca48e75ce35adad7075 (patch) | |
tree | 5bbb441e70e3c7adb1d15c24dee33c08cc4a6d0b /math/octave/Makefile | |
parent | 8b5d413d612bb050a42272f28e64c994faf25414 (diff) | |
download | pkgsrc-530e2e547a4075b73746cca48e75ce35adad7075.tar.gz |
update to 2.1.71
changes: cleanup, build system fixes
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index bfa483e5765..195e68d1182 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2005/05/30 18:12:51 minskim Exp $ +# $NetBSD: Makefile,v 1.57 2005/05/31 17:24:23 drochner Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -16,7 +16,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.70 +OCTAVE_VER= 2.1.71 CONFLICTS+= octave-current-* .if (${MACHINE_ARCH} == "arm32") |