From bfd0fd2de82b2e6b65e89c536941e42d20fb1388 Mon Sep 17 00:00:00 2001 From: drochner Date: Sat, 19 May 2001 14:49:48 +0000 Subject: allow python>=2.0, for those who look into the future --- x11/gnome-python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gnome-python') 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-* -- cgit v1.2.3