diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
commit | 658d9cf8767f8640628ba8d8921f89ea13625c9a (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /audio/vorbis-tools | |
parent | a1a9a8dc9c7025856400edf50c49d8b8d59a85be (diff) | |
download | pkgsrc-658d9cf8767f8640628ba8d8921f89ea13625c9a.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 7fe274211bb..82e1e175330 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2006/11/02 17:59:37 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2006/11/19 11:50:24 wiz Exp $ DISTNAME= vorbis-tools-1.1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ |