diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
commit | 57674cefccc91a0da609b8467f6010c74b9309e0 (patch) | |
tree | 56338d288b56e31ed3f0d596d56fa1d110dbc59e /graphics/totem | |
parent | Remove crux. It is now part of GNOME 2.2. (diff) |
Chase libgnomeui's shared lib version.
Notes
Notes:
svn path=/head/; revision=75046
Diffstat (limited to 'graphics/totem')
-rw-r--r-- | graphics/totem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/totem/Makefile b/graphics/totem/Makefile index c290f9b51cba..2d8ef4198fca 100644 --- a/graphics/totem/Makefile +++ b/graphics/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 |