diff options
-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 5a2cdf0c910..8f541fa5529 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/11/20 14:38:27 mycroft Exp $ +# $NetBSD: Makefile,v 1.15 2000/11/20 14:41:18 mycroft Exp $ DISTNAME= gnome-python-1.0.53 CATEGORIES= x11 gnome @@ -10,7 +10,7 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= gnome-core>=1.2.0:../gnome-core DEPENDS+= gtkglarea-*:../../x11/gtkglarea DEPENDS+= libglade-*:../../devel/libglade -DEPENDS+= python>=1.5.2:../../lang/python +DEPENDS+= python-2.0:../../lang/python CONFLICTS+= py-gtk-* |