summaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-05 13:18:51 +0000
committerwiz <wiz@pkgsrc.org>2001-04-05 13:18:51 +0000
commitb0d8fef6f5fbcf61d9d3a90467935ef54cf014e9 (patch)
tree0e721e33906e73f910e7ebf9dadf87387936224d /audio/libvorbis
parentbec417bc844b3492250eba3e7251a6f7aed79e1a (diff)
downloadpkgsrc-b0d8fef6f5fbcf61d9d3a90467935ef54cf014e9.tar.gz
Make dewey in PKGNAME sane, and update dependencies.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 1330fec9f2c..37557b186a7 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2001/04/04 07:08:28 tron Exp $
+# $NetBSD: Makefile,v 1.3 2001/04/05 13:18:52 wiz Exp $
DISTNAME= libvorbis-1.0beta4
+PKGNAME= libvorbis-1.0.0.4
CATEGORIES= devel audio
MASTER_SITES= http://www.vorbis.com/files/beta4/unix/
@@ -10,7 +11,7 @@ COMMENT= Library for the Ogg Vorbis audio encoding format
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= automake-1.4:../../devel/automake
-DEPENDS+= libogg>=1.0beta4:../../audio/libogg
+DEPENDS+= libogg>=1.0.0.4:../../audio/libogg
GNU_CONFIGURE= YES
USE_LIBTOOL= YES