diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-13 13:20:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-13 13:20:44 +0800 |
commit | 70e954e353faf9f6f8d65a2f62495d532a4b8115 (patch) | |
tree | 3c4fbe55dcae2c3f47a22c5169f72cac0d68f7ec /x11/gnome2/pkg-install | |
parent | 7d650edcad0bab5cc22b941e91ae0a426ba94f26 (diff) | |
download | marcuscom-ports-70e954e353faf9f6f8d65a2f62495d532a4b8115.tar marcuscom-ports-70e954e353faf9f6f8d65a2f62495d532a4b8115.tar.gz marcuscom-ports-70e954e353faf9f6f8d65a2f62495d532a4b8115.tar.bz2 marcuscom-ports-70e954e353faf9f6f8d65a2f62495d532a4b8115.tar.lz marcuscom-ports-70e954e353faf9f6f8d65a2f62495d532a4b8115.tar.xz marcuscom-ports-70e954e353faf9f6f8d65a2f62495d532a4b8115.tar.zst marcuscom-ports-70e954e353faf9f6f8d65a2f62495d532a4b8115.zip |
List gnomeaudio as a conflicting port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@975 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2/pkg-install')
-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 05cc74c44..1324bb12a 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" |