aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2004-01-09 23:26:59 +0800
committerolgeni <olgeni@FreeBSD.org>2004-01-09 23:26:59 +0800
commitb84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f (patch)
treeaff11d9b8e18737099798ef1fb02cf59477eb0ee /graphics
parent24ff610e6647ebcb27cb526095eebc5356622587 (diff)
downloadfreebsd-ports-gnome-b84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f.tar.gz
freebsd-ports-gnome-b84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f.tar.zst
freebsd-ports-gnome-b84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f.zip
LIB_DEPENDS: libxine was bumped to version 9 some time ago.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimageview/Makefile2
-rw-r--r--graphics/pornview/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index 5ca9bd9e1017..ecb9bf936f07 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.8:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-xine
PLIST_SUB+= WITH_LIBXINE=""
.else
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile
index 564ac3f6559b..5adcb3f60eb6 100644
--- a/graphics/pornview/Makefile
+++ b/graphics/pornview/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.if defined(WITH_LIBXINE)
-LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --enable-xine
.elseif defined(WITH_MPLAYER)
RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer