diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-11-15 23:24:56 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-11-15 23:24:56 +0800 |
commit | 35e42f80a6f5bbc93a165caf4fd897c103032d66 (patch) | |
tree | 881487bc0d7541dbcadcc39b34dde75a18f38ad2 /multimedia/totem/Makefile | |
parent | 9f95c66c8bdd31ee1e4163bc61f7fcafe1745c31 (diff) | |
download | freebsd-ports-gnome-35e42f80a6f5bbc93a165caf4fd897c103032d66.tar.gz freebsd-ports-gnome-35e42f80a6f5bbc93a165caf4fd897c103032d66.tar.zst freebsd-ports-gnome-35e42f80a6f5bbc93a165caf4fd897c103032d66.zip |
Sync with libxine shared library version bump.
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index a266a2df9a1b..3f3b736d38b1 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -7,6 +7,7 @@ PORTNAME= totem PORTVERSION= 0.99.8 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//} @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= hendrik@scholz.net COMMENT= A Xine-based video player for the Gnome 2 Desktop -LIB_DEPENDS= xine.7:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= xine.8:${PORTSDIR}/multimedia/libxine USE_BZIP2= yes USE_X_PREFIX= yes |