diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-05-20 17:59:07 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-05-20 17:59:07 +0000 |
commit | f6d98d24999abc39cd9d359d7bf46dccd1692af3 (patch) | |
tree | 444dad76ad638ec5bac02f5a3632009c3899af32 /graphics/libxine/Makefile | |
parent | e80beba8f303d511eb7c352e21cff72c0941b353 (diff) | |
download | FreeBSD-ports-f6d98d24999abc39cd9d359d7bf46dccd1692af3.zip FreeBSD-ports-f6d98d24999abc39cd9d359d7bf46dccd1692af3.tar.gz |
Update to 0.9.9.
Diffstat (limited to 'graphics/libxine/Makefile')
-rw-r--r-- | graphics/libxine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile index dcdfc98..25cc8ec 100644 --- a/graphics/libxine/Makefile +++ b/graphics/libxine/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xine -PORTVERSION= 0.9.8 -PORTREVISION= 3 +PORTVERSION= 0.9.9 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -20,7 +19,8 @@ MAINTAINER= nobutaka@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcodec.a:${PORTSDIR}/graphics/ffmpeg LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ aa.1:${PORTSDIR}/graphics/aalib \ - intl.2:${PORTSDIR}/devel/gettext + intl.2:${PORTSDIR}/devel/gettext \ + iconv.3:${PORTSDIR}/converters/libiconv WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} |