diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-14 07:31:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-14 07:31:54 +0800 |
commit | b3c5e4d5f7e9571351509abd41be24ec2144e2b0 (patch) | |
tree | 4eb3796cdd0c02e2b09dc6e92d3b786b3d80c1f8 /x11-toolkits/py-gnome2 | |
parent | 2ecbd4abe6a23714910f8d69741db7a365be41db (diff) | |
download | freebsd-ports-gnome-b3c5e4d5f7e9571351509abd41be24ec2144e2b0.tar.gz freebsd-ports-gnome-b3c5e4d5f7e9571351509abd41be24ec2144e2b0.tar.zst freebsd-ports-gnome-b3c5e4d5f7e9571351509abd41be24ec2144e2b0.zip |
Fix coexistence check for py-gnome.
PR: 50900
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 |