aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimageview
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-01-01 01:47:42 +0800
committerpav <pav@FreeBSD.org>2005-01-01 01:47:42 +0800
commit0a7250c8120524f20b14e530af6f7eddf2e77d1e (patch)
tree80eb0821010e92fa0c7c8de4d89de9fc78cd4653 /graphics/gimageview
parent3400217a428f20e84610fcd48144991d2bce6be0 (diff)
downloadfreebsd-ports-gnome-0a7250c8120524f20b14e530af6f7eddf2e77d1e.tar.gz
freebsd-ports-gnome-0a7250c8120524f20b14e530af6f7eddf2e77d1e.tar.zst
freebsd-ports-gnome-0a7250c8120524f20b14e530af6f7eddf2e77d1e.zip
- Chase libxine update
Pointy hat: nobutaka (in stereo)
Diffstat (limited to 'graphics/gimageview')
-rw-r--r--graphics/gimageview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index b4016d5ce9b3..fc47df3600b7 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -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