diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-08 01:08:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-08 01:08:35 +0800 |
commit | 6c9ed0da702b2a11c408b45bdc0c5ce237f9392a (patch) | |
tree | 88855aea8302d674484036e55e60ed629f4bbc02 /x11/gnome2 | |
parent | d9d906c0fb6c0aae281227010398f1a82e6169f8 (diff) | |
download | freebsd-ports-gnome-6c9ed0da702b2a11c408b45bdc0c5ce237f9392a.tar.gz freebsd-ports-gnome-6c9ed0da702b2a11c408b45bdc0c5ce237f9392a.tar.zst freebsd-ports-gnome-6c9ed0da702b2a11c408b45bdc0c5ce237f9392a.zip |
Remove the dependency on metacity-setup.
Diffstat (limited to 'x11/gnome2')
-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 7f487f67189f..f95aaaf239a3 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome2 PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -26,7 +26,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \ gedit:${PORTSDIR}/editors/gedit2 \ gnome-terminal:${PORTSDIR}/x11/gnometerminal \ gnome-session:${PORTSDIR}/x11/gnomesession \ - metacity-setup:${PORTSDIR}/x11-wm/metacity-setup \ + metacity:${PORTSDIR}/x11-wm/metacity \ bug-buddy:${PORTSDIR}/devel/bugbuddy2 \ gnome-system-monitor:${PORTSDIR}/sysutils/gnomesystemmonitor \ nautilus:${PORTSDIR}/x11-fm/nautilus2 \ |