aboutsummaryrefslogtreecommitdiff
path: root/audio/audiere
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:44:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:44:03 +0000
commit30587b71c295aa8390c7bfa294a89bd80cb7b8ce (patch)
treee5ec60956c799dd57754a970be6a41ed50bc7080 /audio/audiere
parent58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff)
downloadports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.tar.gz
ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.zip
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Notes
Notes: svn path=/head/; revision=255958
Diffstat (limited to 'audio/audiere')
-rw-r--r--audio/audiere/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile
index 78158c12e765..ae5958877a11 100644
--- a/audio/audiere/Makefile
+++ b/audio/audiere/Makefile
@@ -7,7 +7,7 @@
PORTNAME= audiere
PORTVERSION= 1.9.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF
@@ -59,7 +59,7 @@ CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|cdaudio|no_&|'
.if !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \
- ogg.6:${PORTSDIR}/audio/libogg
+ ogg.7:${PORTSDIR}/audio/libogg
.else
CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|vorbis|no_&|'
.endif