summaryrefslogtreecommitdiff
path: root/x11/gnome-python
diff options
context:
space:
mode:
authordrochner <drochner>2001-05-19 14:49:48 +0000
committerdrochner <drochner>2001-05-19 14:49:48 +0000
commita888c45274b538453ec30c872c502d49c8ae16df (patch)
tree3e4b6c464443a6ed20f9f0a3cbdf03d9c79e0848 /x11/gnome-python
parent114ca675b538c0aeb38be111404d2a18c3eb1894 (diff)
downloadpkgsrc-a888c45274b538453ec30c872c502d49c8ae16df.tar.gz
allow python>=2.0, for those who look into the future
Diffstat (limited to 'x11/gnome-python')
-rw-r--r--x11/gnome-python/Makefile4
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-*