diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-10-14 03:58:49 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-10-14 03:58:49 +0000 |
commit | f6b87baf87c19ee7e8cf6e39da0e5e380685294d (patch) | |
tree | 4fc90d5dc18a2027c3ce57f082898b0ac575cccd /graphics | |
parent | Fix build on -CURRENT. (diff) |
Remove dependency on libdivxdecore-devel since better DivX support provided
by recent graphics/ffmpeg update.
Pointed out by: lioux
Notes
Notes:
svn path=/head/; revision=68002
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libxine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile index 486efc0ae404..94aa49edfcc9 100644 --- a/graphics/libxine/Makefile +++ b/graphics/libxine/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ aa.1:${PORTSDIR}/graphics/aalib \ SDL-1.1:${PORTSDIR}/devel/sdl12 \ intl.4:${PORTSDIR}/devel/gettext \ - iconv.3:${PORTSDIR}/converters/libiconv \ - divxdecore.1:${PORTSDIR}/graphics/libdivxdecore-devel + iconv.3:${PORTSDIR}/converters/libiconv WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} |