diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-27 19:47:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-27 19:47:19 +0800 |
commit | f51b9e11bb9fa8b776285f3ca6b07d40064a455e (patch) | |
tree | 4dd193db3509ae5adb1f523bcaf4d752e877eb15 /x11/gnome2 | |
parent | f52983aa84fd4ff84c23f53962ea09ce216e448f (diff) | |
download | marcuscom-ports-f51b9e11bb9fa8b776285f3ca6b07d40064a455e.tar marcuscom-ports-f51b9e11bb9fa8b776285f3ca6b07d40064a455e.tar.gz marcuscom-ports-f51b9e11bb9fa8b776285f3ca6b07d40064a455e.tar.bz2 marcuscom-ports-f51b9e11bb9fa8b776285f3ca6b07d40064a455e.tar.lz marcuscom-ports-f51b9e11bb9fa8b776285f3ca6b07d40064a455e.tar.xz marcuscom-ports-f51b9e11bb9fa8b776285f3ca6b07d40064a455e.tar.zst marcuscom-ports-f51b9e11bb9fa8b776285f3ca6b07d40064a455e.zip |
Update gnome-background dependancy line
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15895 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 15e264c22..1066f7725 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD: ports/x11/gnome2/Makefile,v 1.170 2011/02/25 01:32:12 delphij Exp $ -# $MCom: ports/x11/gnome2/Makefile,v 1.300 2010/11/18 01:37:46 kwm Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.304 2011/04/25 22:13:32 mezz Exp $ # PORTNAME= gnome2 PORTVERSION= 2.32.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -48,7 +48,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple ${LOCALBASE}/lib/gstreamer-0.10/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \ totem:${PORTSDIR}/multimedia/totem \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ - ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ + ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ evince:${PORTSDIR}/graphics/evince \ alacarte:${PORTSDIR}/deskutils/alacarte \ gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ |