aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimageview
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2005-09-22 02:36:49 +0800
committerarved <arved@FreeBSD.org>2005-09-22 02:36:49 +0800
commit9f75cb0af3895831d8e0fb8989770fc42cc871ef (patch)
treef14848f3cb2869ad692d0637462a80373a766015 /graphics/gimageview
parent9d36c1206dd0985937bffb588838479a06d0ad6b (diff)
downloadfreebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.tar.gz
freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.tar.zst
freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.zip
Chase libxine shared library version
Diffstat (limited to 'graphics/gimageview')
-rw-r--r--graphics/gimageview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index 2477592888b2..ecfd0115045e 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gimageview
PORTVERSION= 0.2.25
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmmviewer
@@ -84,7 +84,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment "
.endif
.if defined(WITH_LIBXINE)
-LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-xine
PLIST_SUB+= WITH_LIBXINE=""
.else