diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-08 03:33:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-08 03:33:51 +0800 |
commit | 2a70228394eb3fd7abb3f5669c0795b6fa260d1e (patch) | |
tree | 206b229472b3799f25b0a335716b6c8298e6306d /multimedia/totem | |
parent | d6554ef88b2491bc60e70add15ec35983fe54d2a (diff) | |
download | freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.gz freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.zst freebsd-ports-gnome-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.zip |
Chase libgnomeui's shared lib version.
Diffstat (limited to 'multimedia/totem')
-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 c290f9b51cba..2d8ef4198fca 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -7,13 +7,14 @@ PORTNAME= totem PORTVERSION= 0.90.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= http://www.hadess.net/files/software/totem/ MAINTAINER= hendrik@scholz.net LIB_DEPENDS= xine.3:${PORTSDIR}/graphics/libxine \ - gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui USE_X_PREFIX= yes USE_GNOMENG= yes |