summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-13 23:31:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-13 23:31:54 +0000
commitf9b3f6d1f3ce24ce4067e439453283e4fa57e163 (patch)
treefea6178b76c1c7c815a685296f0a9dbf49cfee64 /x11-toolkits/py-gnome2
parentUpgrade to 0.11.2. (diff)
Fix coexistence check for py-gnome.
PR: 50900
Notes
Notes: svn path=/head/; revision=78914
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r--x11-toolkits/py-gnome2/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/pkg-install b/x11-toolkits/py-gnome2/pkg-install
index 10d19fac73bf..128d42c2f686 100644
--- a/x11-toolkits/py-gnome2/pkg-install
+++ b/x11-toolkits/py-gnome2/pkg-install
@@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
export PATH
if [ "$2" = "PRE-INSTALL" ]; then
- if pkg_info | grep "^py-gnome-[0-9]"; then
+ if pkg_info | grep "^py-gnome-1\.4\.[0-9]"; then
echo "py-gnome for GTK+ 1.x was detected."
echo "This packages cannot coexist with py-gnome."
false