diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-17 23:56:03 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-17 23:56:03 +0800 |
commit | fb468a9cf5419742d5c97446417dac91324c56ab (patch) | |
tree | 8752300f9e59e92f03c2e1a29d955400e613633a /x11/gnome2 | |
parent | 26d04d999477167cd897cd2a2c78f0738c17c43d (diff) | |
download | marcuscom-ports-fb468a9cf5419742d5c97446417dac91324c56ab.tar.gz marcuscom-ports-fb468a9cf5419742d5c97446417dac91324c56ab.tar.zst marcuscom-ports-fb468a9cf5419742d5c97446417dac91324c56ab.zip |
Fix the dependency of deskbar-applet, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9432 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index dc4f97547..8997c9a30 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.215 2007/08/04 03:53:35 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.216 2007/08/17 01:36:19 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.19.90 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -59,7 +59,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc:${PORTSDIR}/www/libgtkhtml \ evince:${PORTSDIR}/graphics/evince \ ${LOCALBASE}/libexec/fast-user-switch-applet:${PORTSDIR}/x11/fast-user-switch-applet \ - ${LOCALBASE}/lib/deskbar-applet/gsoc_deskbar:${PORTSDIR}/deskutils/deskbar-applet \ + ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ alacarte:${PORTSDIR}/deskutils/alacarte \ gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ |