diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-07 12:25:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-07 12:25:50 +0000 |
commit | 5321308ece55a1e5f47d3a9de594fe3b30ccc239 (patch) | |
tree | 50b21c0ff4fe270100967b3136d1dbae6581bd83 /math/octave-current | |
parent | e27eb57c490839ca3ccfde15163b8d2fe3997dbb (diff) | |
download | pkgsrc-5321308ece55a1e5f47d3a9de594fe3b30ccc239.tar.gz |
PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
Diffstat (limited to 'math/octave-current')
-rw-r--r-- | math/octave-current/Makefile | 4 | ||||
-rw-r--r-- | math/octave-current/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index fb3c1724195..d8d48d7587b 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2006/11/10 17:40:11 tv Exp $ +# $NetBSD: Makefile,v 1.60 2007/01/07 12:25:54 wiz Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} -PKGREVISION= 1 +PKGREVISION= 2 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/ \ diff --git a/math/octave-current/buildlink3.mk b/math/octave-current/buildlink3.mk index 99bbe2d426d..35a2230da85 100644 --- a/math/octave-current/buildlink3.mk +++ b/math/octave-current/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2006/12/12 21:52:36 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2007/01/07 12:25:54 wiz Exp $ # BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ @@ -14,7 +14,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}octave-current .if !empty(OCTAVE_CURRENT_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.octave-current+= octave-current>=2.1.57 -BUILDLINK_ABI_DEPENDS.octave-current+= octave-current>=2.9.4nb1 +BUILDLINK_ABI_DEPENDS.octave-current+= octave-current>=2.9.4nb2 BUILDLINK_PKGSRCDIR.octave-current?= ../../math/octave-current .endif # OCTAVE_CURRENT_BUILDLINK3_MK |