aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-13 05:03:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-13 05:03:01 +0000
commit7ea36c0d51916398cdfaf33201b50daa4247ccbb (patch)
treedfdb5a8ca4cb18637d470f1d99ccd54d6329564a /x11
parentd2d0c83a21ad6b587779fca08b1cdd320e88ace5 (diff)
downloadports-7ea36c0d51916398cdfaf33201b50daa4247ccbb.tar.gz
ports-7ea36c0d51916398cdfaf33201b50daa4247ccbb.zip
Add gnomeaudio to the list of ports with which the GNOME 2 desktop
conflicts.
Notes
Notes: svn path=/head/; revision=84797
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2/pkg-install2
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"