diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 14:25:07 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 14:25:07 +0000 |
commit | 8aa189f2d0309fa288f437a8a6d926677e8eb3e9 (patch) | |
tree | ec393db01f4ac96fd48645db2854d609de16c19b /graphics | |
parent | Sync with libxine update. (diff) |
Sync with libxine shared library version bump.
Bump PORTREVISION of graphics/totem to encourage rebuild.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/totem/Makefile | 4 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/xine_d5d_plugin/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/totem/Makefile b/graphics/totem/Makefile index 974a4e36b9ed..b1aca24ceff9 100644 --- a/graphics/totem/Makefile +++ b/graphics/totem/Makefile @@ -7,14 +7,14 @@ PORTNAME= totem PORTVERSION= 0.90.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= http://www.hadess.net/files/software/totem/ MAINTAINER= hendrik@scholz.net COMMENT= A Xine-based video player for the Gnome 2 Desktop -LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS= xine.4:${PORTSDIR}/multimedia/libxine \ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui USE_X_PREFIX= yes diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index c8bef7c3e598..5cc1fdff6a6a 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/xine_d4d_plugin/Makefile @@ -16,7 +16,7 @@ FORBIDDEN= Incompatible with the current version of xine MAINTAINER= gibbon@cocoa.freemail.ne.jp COMMENT= A dvd input plugin for xine -LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= xine.4:${PORTSDIR}/multimedia/libxine GNU_CONFIGURE= yes USE_X_PREFIX= yes diff --git a/graphics/xine_d5d_plugin/Makefile b/graphics/xine_d5d_plugin/Makefile index fee16a0f62e4..c8c36383ec2f 100644 --- a/graphics/xine_d5d_plugin/Makefile +++ b/graphics/xine_d5d_plugin/Makefile @@ -19,7 +19,7 @@ FORBIDDEN= Incompatible with the current version of xine MAINTAINER= nobutaka@FreeBSD.org COMMENT= A dvd input plugin for xine with menu support -LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine \ +LIB_DEPENDS= xine.4:${PORTSDIR}/multimedia/libxine \ dvdread.2:${PORTSDIR}/multimedia/libdvdread USE_AUTOMAKE= yes |