diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 63d96de22f82f902e63a87ea5145bb12c985aad6 (patch) | |
tree | b547f3a265861dfb243e0d8ad3978b9bf05b317f /multimedia/libxine | |
parent | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (diff) | |
download | ports-63d96de22f82f902e63a87ea5145bb12c985aad6.tar.gz ports-63d96de22f82f902e63a87ea5145bb12c985aad6.zip |
Notes
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 04845b5fdca1..ac826b8a285b 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.0.r2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,8 +20,7 @@ COMMENT= Libraries for xine multimedia player BUILD_DEPENDS= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \ a52.0:${PORTSDIR}/audio/liba52 \ - ogg.4:${PORTSDIR}/audio/libogg \ - vorbis.2:${PORTSDIR}/audio/libvorbis \ + vorbis.3:${PORTSDIR}/audio/libvorbis \ mad.2:${PORTSDIR}/audio/mad \ speex.2:${PORTSDIR}/audio/speex \ iconv.3:${PORTSDIR}/converters/libiconv \ |