diff options
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/octave/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 0152d8dae7e..3bcbe26b449 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.117 2013/07/15 02:02:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.118 2013/09/01 12:14:06 obache Exp $ DISTNAME= octave-${OCTAVE_VER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} \ ftp://ftp.octave.org/pub/octave/ \ diff --git a/math/octave/buildlink3.mk b/math/octave/buildlink3.mk index d4985cb44e8..021e6b2da71 100644 --- a/math/octave/buildlink3.mk +++ b/math/octave/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2009/05/20 00:58:22 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2013/09/01 12:14:06 obache Exp $ BUILDLINK_TREE+= octave @@ -6,7 +6,7 @@ BUILDLINK_TREE+= octave OCTAVE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.octave+= octave>=3.0.0 -BUILDLINK_ABI_DEPENDS.octave+= octave>=3.0.5nb1 +BUILDLINK_ABI_DEPENDS.octave+= octave>=3.6.4nb4 BUILDLINK_PKGSRCDIR.octave?= ../../math/octave .include "../../mk/bsd.fast.prefs.mk" |