summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2/Makefile1
-rw-r--r--x11/gnome2/pkg-install4
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index abce711d5..a1ab9f131 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -43,7 +43,6 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
ggv:${PORTSDIR}/print/ggv2 \
gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \
acme:${PORTSDIR}/multimedia/acme \
- gst-launch-ext:${PORTSDIR}/multimedia/gstreamer-plugins \
gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media
NO_BUILD= yes
diff --git a/x11/gnome2/pkg-install b/x11/gnome2/pkg-install
index cfd1cd437..930e222a7 100644
--- a/x11/gnome2/pkg-install
+++ b/x11/gnome2/pkg-install
@@ -8,11 +8,11 @@ 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 eog"
+ GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus 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"
- echo "desktop, and cannot coexist with the GNOME 2.0 desktop."
+ echo "desktop, and cannot coexist with the GNOME 2.2 desktop."
echo ""
echo "Please deinstall the GNOME 1.x desktop before installing this package."
false