summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-04 14:48:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-04 14:48:49 +0000
commitb70976a72efb643bca68942e66a28d415f39fcbc (patch)
tree47937784dd2b00dcc93140217ff364c158f075a5 /graphics
parentAdd gdesklets-calendar. (diff)
- Fix optional libxine dependency.
PR: ports/60885 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes: svn path=/head/; revision=97283
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimageview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index 385cd4358c35..5ca9bd9e1017 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -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