diff options
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index e9847e2fbcb..69b577ef08f 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.110 2013/02/16 11:23:08 wiz Exp $ +# $NetBSD: Makefile,v 1.111 2013/02/23 13:11:06 asau Exp $ DISTNAME= octave-${OCTAVE_VER} -PKGREVISION= 6 CATEGORIES= math MASTER_SITES= $(MASTER_SITE_GNU:=octave/) \ ftp://ftp.octave.org/pub/octave/ \ @@ -16,7 +15,7 @@ BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot -OCTAVE_VER= 3.6.3 +OCTAVE_VER= 3.6.4 .if (${MACHINE_ARCH} == "arm32") BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) |