1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix optional libxine dependency.

PR:		ports/60885
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
This commit is contained in:
Pav Lucistnik 2004-01-04 14:48:49 +00:00
parent 79dfd9c7ea
commit b70976a72e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97283

View File

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