aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libxine
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-07-20 23:32:43 +0800
committernaddy <naddy@FreeBSD.org>2002-07-20 23:32:43 +0800
commitf5b25a48e4594e0e0807e6e0151b0d99a74579bb (patch)
treeeb5a24710157005772778b61e61f4012f9502492 /multimedia/libxine
parent9d7bc0c1c70eb3d07c121855c0bfa7232d41a13a (diff)
downloadfreebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.gz
freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.zst
freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.zip
Ogg Vorbis 1.0 library major version bumps.
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 2981c98a3d77..6b877a80520a 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xine
PORTVERSION= 0.9.12
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://xine.sourceforge.net/files/ \
${MASTER_SITE_SOURCEFORGE}
@@ -72,7 +73,7 @@ PLIST_SUB+= HAVE_ARTS="@comment "
.endif
.if exists(${LOCALBASE}/include/vorbis/codec.h)
-LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
PLIST_SUB+= HAVE_VORBIS=""
.else
@@ -80,7 +81,7 @@ PLIST_SUB+= HAVE_VORBIS="@comment "
.endif
.if exists(${LOCALBASE}/include/ogg/ogg.h)
-LIB_DEPENDS+= ogg.3:${PORTSDIR}/audio/libogg
+LIB_DEPENDS+= ogg.4:${PORTSDIR}/audio/libogg
PLIST_SUB+= HAVE_OGG=""
.else