1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Chase libxine update

Pointy hat:	nobutaka (in stereo)
This commit is contained in:
Pav Lucistnik 2004-12-31 17:47:42 +00:00
parent 7db44073b9
commit 440d8863c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125612
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \
.include <bsd.port.pre.mk>
.ifdef (WITH_XINE)
LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-player=xine
WITH_MONKEYMEDIA= yes
.else

View File

@ -40,7 +40,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \
.include <bsd.port.pre.mk>
.ifdef (WITH_XINE)
LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-player=xine
WITH_MONKEYMEDIA= yes
.else

View File

@ -78,7 +78,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment "
.endif
.if defined(WITH_LIBXINE)
LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-xine
PLIST_SUB+= WITH_LIBXINE=""
.else