Update LIBXINE_VER to fix build error with current version of libxine.

PR:		ports/128234
Submitted by:	Jack Low <xxjack12xx@gmail.com>
This commit is contained in:
MANTANI Nobutaka 2008-10-20 11:52:01 +00:00
parent ed8df15cd6
commit b2caeea682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221827

View File

@ -101,7 +101,7 @@ CONFIGURE_ARGS+= --disable-lirc
.endif
.if defined(WITH_CACA)
LIBXINE_VER= 1.23
LIBXINE_VER= 1.24
.if !exists(${LOCALBASE}/lib/xine/plugins/${LIBXINE_VER}/xineplug_vo_out_caca.so)
IGNORE=libxine should be compiled with caca support
.endif