aboutsummaryrefslogtreecommitdiff
path: root/audio/rezound
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2009-07-06 21:25:59 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2009-07-06 21:25:59 +0000
commit94d47b2ecd581b68ef0e363f9ff1145074acc0a0 (patch)
tree237d3a327976b01fb3b1ba117cdb3fbf5c71466e /audio/rezound
parent033d15101864d3cf997968dd46cfc5226fd903fd (diff)
downloadports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.tar.gz
ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.zip
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Notes
Notes: svn path=/head/; revision=237283
Diffstat (limited to 'audio/rezound')
-rw-r--r--audio/rezound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile
index bc0bcde83f21..2043d3157f4f 100644
--- a/audio/rezound/Makefile
+++ b/audio/rezound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= rezound
DISTVERSION= 0.12.3beta
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -64,7 +64,7 @@ LIB_DEPENDS+= portaudio.0:${PORTSDIR}/audio/portaudio
.endif
.if defined(WITH_OGG)
-LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg
+LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg
.endif
.if defined(WITH_VORBIS)