diff options
author | drochner <drochner> | 2001-05-19 14:49:48 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-05-19 14:49:48 +0000 |
commit | a888c45274b538453ec30c872c502d49c8ae16df (patch) | |
tree | 3e4b6c464443a6ed20f9f0a3cbdf03d9c79e0848 /x11 | |
parent | 114ca675b538c0aeb38be111404d2a18c3eb1894 (diff) | |
download | pkgsrc-a888c45274b538453ec30c872c502d49c8ae16df.tar.gz |
allow python>=2.0, for those who look into the future
Diffstat (limited to 'x11')
-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-* |