diff options
author | grant <grant@pkgsrc.org> | 2005-08-20 11:36:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-20 11:36:05 +0000 |
commit | f090d9cc710614492349e196abaa04574f0dda01 (patch) | |
tree | a718e2527eb59a630a4be4276dfc9e722a27598e /audio/libvorbis | |
parent | 2d76f5d3bfdff990765ad68f7f639893a72d0fac (diff) | |
download | pkgsrc-f090d9cc710614492349e196abaa04574f0dda01.tar.gz |
bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the only
package which used -fast which was actually building.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 3994cfb4754..0708dbcba7d 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2005/04/11 21:44:54 tv Exp $ +# $NetBSD: Makefile,v 1.38 2005/08/20 11:36:05 grant Exp $ DISTNAME= libvorbis-1.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ |