diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 23:31:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 23:31:54 +0000 |
commit | f9b3f6d1f3ce24ce4067e439453283e4fa57e163 (patch) | |
tree | fea6178b76c1c7c815a685296f0a9dbf49cfee64 /x11-toolkits/py-gnome2 | |
parent | fa7d6bd3af1f93738f757ed0ee4387a4c4a4a481 (diff) | |
download | ports-f9b3f6d1f3ce24ce4067e439453283e4fa57e163.tar.gz ports-f9b3f6d1f3ce24ce4067e439453283e4fa57e163.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/pkg-install | 2 |
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 |