diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 01:55:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 01:55:40 +0000 |
commit | 48b961fa04d6a641260841e6c89432f4a51acd41 (patch) | |
tree | d1a64509eef57dce2df22a65e57992a5831fc411 /x11 | |
parent | Bump PORTREVISION after latest libsigc++ upgrade. This is needed or ports (diff) |
Add eog to the list of GNOME 1 ports to remove before installing the GNOME 2
desktop.
Notes
Notes:
svn path=/head/; revision=64645
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index 8b3d59af7102..cfd1cd437685 100644 --- a/x11/gnome2/pkg-install +++ b/x11/gnome2/pkg-install @@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH} export PATH if [ "$2" = "PRE-INSTALL" ]; then - GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames gdm" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus glade gedit xalf bugbuddy gnomegames gdm eog" for package in ${GNOME_ONE_DESKTOP}; do if pkg_info | grep "^${package}-[0-9]" >/dev/null 2>&1; then echo "${package} was detected on the system. This package is part of the GNOME 1.x" |