diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-16 17:37:02 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-16 17:37:02 +0000 |
commit | fc9ff448fac5ba3d3d30a7357dd1de9b5555a993 (patch) | |
tree | 202f441749f7b87374de869acb4d657d2ea4ec70 /graphics | |
parent | e821a2ae366c7fba8696eac40d10fc280e66443d (diff) | |
download | ports-fc9ff448fac5ba3d3d30a7357dd1de9b5555a993.tar.gz ports-fc9ff448fac5ba3d3d30a7357dd1de9b5555a993.zip |
Notes
Diffstat (limited to 'graphics')
-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 |