diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-13 13:03:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-13 13:03:01 +0800 |
commit | 2cb71b331493c580c75dc71e6933691b75feaf96 (patch) | |
tree | a2f434ecdd93af12d1f9a89106070e67c5dde8bf /x11/gnome2 | |
parent | 60557bd70251d548ab4212e065642ac199adc128 (diff) | |
download | freebsd-ports-gnome-2cb71b331493c580c75dc71e6933691b75feaf96.tar.gz freebsd-ports-gnome-2cb71b331493c580c75dc71e6933691b75feaf96.tar.zst freebsd-ports-gnome-2cb71b331493c580c75dc71e6933691b75feaf96.zip |
Add gnomeaudio to the list of ports with which the GNOME 2 desktop
conflicts.
Diffstat (limited to 'x11/gnome2')
-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 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" |