diff options
author | drochner <drochner> | 2001-05-19 14:49:48 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-05-19 14:49:48 +0000 |
commit | bfd0fd2de82b2e6b65e89c536941e42d20fb1388 (patch) | |
tree | 3e4b6c464443a6ed20f9f0a3cbdf03d9c79e0848 | |
parent | 24a04638d488913787df3139a76af1f8a3e45dd2 (diff) | |
download | pkgsrc-bfd0fd2de82b2e6b65e89c536941e42d20fb1388.tar.gz |
allow python>=2.0, for those who look into the future
-rw-r--r-- | x11/gnome-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index 822a0ad76be..36d83f08c99 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/04/07 19:43:30 rh Exp $ +# $NetBSD: Makefile,v 1.18 2001/05/19 14:49:48 drochner Exp $ DISTNAME= gnome-python-1.4.0 CATEGORIES= x11 gnome @@ -11,7 +11,7 @@ COMMENT= Python Bindings for the GNU Network Object Model Environment DEPENDS+= gnome-core>1.4.0:../gnome-core DEPENDS+= gtkglarea-*:../../x11/gtkglarea DEPENDS+= libglade-*:../../devel/libglade -DEPENDS+= python-2.0:../../lang/python +DEPENDS+= python>=2.0:../../lang/python CONFLICTS+= py-gtk-* |