diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-08 14:41:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-08 14:41:38 +0000 |
commit | a6e105fbae735f64ab4369dd360550afa70ebb38 (patch) | |
tree | f5afe9c3c2349d2d6a36b0505ef7746601441a4f /audio/speex | |
parent | 6d6810d5977c0d1989f2bbedba1b9bd5f072b1ed (diff) | |
download | pkgsrc-a6e105fbae735f64ab4369dd360550afa70ebb38.tar.gz |
Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 3 | ||||
-rw-r--r-- | audio/speex/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 20075aec7f6..31259f86e70 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/10/05 10:36:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/08 14:41:38 wiz Exp $ # DISTNAME= speex-1.0.2 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ diff --git a/audio/speex/buildlink2.mk b/audio/speex/buildlink2.mk index 1259a784f0a..133f86f5b81 100644 --- a/audio/speex/buildlink2.mk +++ b/audio/speex/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/06/05 13:18:10 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/12/08 14:41:38 wiz Exp $ # # This Makefile fragment is included by packages that use speex. # @@ -7,7 +7,7 @@ SPEEX_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= speex -BUILDLINK_DEPENDS.speex?= speex>=1.0.1 +BUILDLINK_DEPENDS.speex?= speex>=1.0.2nb1 BUILDLINK_PKGSRCDIR.speex?= ../../audio/speex EVAL_PREFIX+= BUILDLINK_PREFIX.speex=speex |