diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-17 01:37:02 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-17 01:37:02 +0800 |
commit | 8cba060b7c89e6910ee7d1f67719063598ef57b0 (patch) | |
tree | 425fe747a0ba24c2a9163946ad033e1c7e56fa63 /graphics/libxine | |
parent | 59abf51426de66182635551cf9e40bd32858cbb2 (diff) | |
download | freebsd-ports-gnome-8cba060b7c89e6910ee7d1f67719063598ef57b0.tar.gz freebsd-ports-gnome-8cba060b7c89e6910ee7d1f67719063598ef57b0.tar.zst freebsd-ports-gnome-8cba060b7c89e6910ee7d1f67719063598ef57b0.zip |
Bump Ogg Vorbis library versions.
Approved by: nobutaka
Diffstat (limited to 'graphics/libxine')
-rw-r--r-- | graphics/libxine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile index 8c277b2632f6..a12a075c5143 100644 --- a/graphics/libxine/Makefile +++ b/graphics/libxine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -56,7 +57,7 @@ PLIST_SUB+= HAVE_ARTS="@comment " .endif .if exists(${LOCALBASE}/include/vorbis/codec.h) -LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis PLIST_SUB+= HAVE_VORBIS="" .else @@ -64,7 +65,7 @@ PLIST_SUB+= HAVE_VORBIS="@comment " .endif .if exists(${LOCALBASE}/include/ogg/ogg.h) -LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.3:${PORTSDIR}/audio/libogg PLIST_SUB+= HAVE_OGG="" .else |