diff options
author | recht <recht@pkgsrc.org> | 2004-12-29 11:12:50 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-12-29 11:12:50 +0000 |
commit | 013da4318fd76ff609086f5597b5d6ae06f5c64b (patch) | |
tree | e9ef1be87c1f4b7a3fc106c3423cff44254fb6a2 /x11/py-gtk2 | |
parent | 0e946b1aae8dcdfa40c1a90206e59082649ffcde (diff) | |
download | pkgsrc-013da4318fd76ff609086f5597b5d6ae06f5c64b.tar.gz |
remove BUILDLINK_DEPENDS for Python 2.2
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r-- | x11/py-gtk2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 52a682b3eda..0572df2f618 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/12/29 11:02:25 recht Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/29 11:12:50 recht Exp $ # DISTNAME= pygtk-2.4.1 @@ -21,7 +21,6 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PYTHON_VERSIONS_ACCEPTED= 24pth 23pth -BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2 .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |