aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2008-10-20 19:52:01 +0800
committernobutaka <nobutaka@FreeBSD.org>2008-10-20 19:52:01 +0800
commit73cacb17e276bcbffc7216d4db55a4da5e184acf (patch)
tree5d82b953200b7332cb2819a777a1038659e952f4 /multimedia
parentf36e3db86b67eb57ef59f56eca8c77a8da049b33 (diff)
downloadfreebsd-ports-gnome-73cacb17e276bcbffc7216d4db55a4da5e184acf.tar.gz
freebsd-ports-gnome-73cacb17e276bcbffc7216d4db55a4da5e184acf.tar.zst
freebsd-ports-gnome-73cacb17e276bcbffc7216d4db55a4da5e184acf.zip
Update LIBXINE_VER to fix build error with current version of libxine.
PR: ports/128234 Submitted by: Jack Low <xxjack12xx@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile
index d0e7d5a12c97..96fe84e8a0a8 100644
--- a/multimedia/xine/Makefile
+++ b/multimedia/xine/Makefile
@@ -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