diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-06-22 12:52:52 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-06-22 12:52:52 +0800 |
commit | e69070413e1886f1e04d895a5d3066df8ccb7a1c (patch) | |
tree | 2af6eb16856c5c131ee863dce5099d869d35ea1c /multimedia/totem | |
parent | e8c5639995395da8569ab6ad5183ac778684f110 (diff) | |
download | freebsd-ports-gnome-e69070413e1886f1e04d895a5d3066df8ccb7a1c.tar.gz freebsd-ports-gnome-e69070413e1886f1e04d895a5d3066df8ccb7a1c.tar.zst freebsd-ports-gnome-e69070413e1886f1e04d895a5d3066df8ccb7a1c.zip |
Sync with libxine shared library version bump.
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 047965402cda..1cd6d81b8ae1 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -7,7 +7,7 @@ PORTNAME= totem PORTVERSION= 0.99.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//} @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= hendrik@scholz.net COMMENT= A Xine-based video player for the Gnome 2 Desktop -LIB_DEPENDS= xine.6:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= xine.7:${PORTSDIR}/multimedia/libxine USE_BZIP2= yes USE_X_PREFIX= yes |