diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-24 09:28:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-24 09:28:56 +0800 |
commit | 4910efe36405883242886bdcfa2f058ae1a0ffa9 (patch) | |
tree | 117726df3113cdd8aa6a37a79f75ca3c3bc9814b /x11 | |
parent | 7e32cee603659052360935ffdf08cafaf2e878b2 (diff) | |
download | marcuscom-ports-4910efe36405883242886bdcfa2f058ae1a0ffa9.tar marcuscom-ports-4910efe36405883242886bdcfa2f058ae1a0ffa9.tar.gz marcuscom-ports-4910efe36405883242886bdcfa2f058ae1a0ffa9.tar.bz2 marcuscom-ports-4910efe36405883242886bdcfa2f058ae1a0ffa9.tar.lz marcuscom-ports-4910efe36405883242886bdcfa2f058ae1a0ffa9.tar.xz marcuscom-ports-4910efe36405883242886bdcfa2f058ae1a0ffa9.tar.zst marcuscom-ports-4910efe36405883242886bdcfa2f058ae1a0ffa9.zip |
Correct the gnome-backgrounds dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11169 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index fc48ac82d..97a2a19e8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.245 2008/06/18 17:39:20 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.246 2008/07/23 19:47:14 marcus Exp $ # PORTNAME= gnome2 @@ -53,7 +53,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-branded.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ + ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ sound-juicer:${PORTSDIR}/audio/sound-juicer \ ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc:${PORTSDIR}/www/libgtkhtml \ evince:${PORTSDIR}/graphics/evince \ |