From 2cb71b331493c580c75dc71e6933691b75feaf96 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 13 Jul 2003 05:03:01 +0000 Subject: Add gnomeaudio to the list of ports with which the GNOME 2 desktop conflicts. --- x11/gnome2/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/gnome2') diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install index 05cc74c44679..1324bb12a5b0 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 gedit xalf bugbuddy gnomegames gdm eog ggv" + GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus gedit xalf bugbuddy gnomegames gdm eog ggv gnomeaudio" 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" -- cgit