diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 17:08:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-07 17:08:35 +0000 |
commit | d6f72a586c697b6b149b0fb9b4beacfabec446c0 (patch) | |
tree | 59435c97507e700ae10f91443a67d62503f82d97 | |
parent | Remove metacity-setup. This application has disappeared off the face of the (diff) |
Remove the dependency on metacity-setup.
Notes
Notes:
svn path=/head/; revision=86516
-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 \ |