aboutsummaryrefslogtreecommitdiff
path: root/audio/ruby-vorbisfile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
commit89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch)
tree765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/ruby-vorbisfile
parent4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff)
downloadports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.tar.gz
ports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.zip
Catch up with libogg/libvorbis version bump.
Notes
Notes: svn path=/head/; revision=96269
Diffstat (limited to 'audio/ruby-vorbisfile')
-rw-r--r--audio/ruby-vorbisfile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile
index ac3d77095332..5b9a5b5e6c05 100644
--- a/audio/ruby-vorbisfile/Makefile
+++ b/audio/ruby-vorbisfile/Makefile
@@ -7,8 +7,9 @@
PORTNAME= vorbisfile
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= audio ruby
-MASTER_SITES= http://rikkus.info/arch/
+MASTER_SITES= http://rikkus.info/arch/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
@@ -16,7 +17,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= A Ruby extension wrapping libvorbisfile
-LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= vorbisfile.4:${PORTSDIR}/audio/libvorbis
USE_RUBY= yes
USE_RUBY_EXTCONF= yes