diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-19 11:34:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-19 11:34:34 +0000 |
commit | 29447f01c4287c8d18d58309b05512987b6229b2 (patch) | |
tree | c733813989ec51b08f44a3c41aeb7df122b062c9 /x11 | |
parent | 84ff804209fbc0ab196960a487635ea64d3d08cd (diff) | |
download | pkgsrc-29447f01c4287c8d18d58309b05512987b6229b2.tar.gz |
not for python-2.4, because support was dropped from py-gtk2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2/Makefile | 4 | ||||
-rw-r--r-- | x11/py-gtksourceview/Makefile | 4 | ||||
-rw-r--r-- | x11/py-kiwi/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 284c210fa8b..19ae1822872 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2009/07/07 11:01:37 zafer Exp $ +# $NetBSD: Makefile,v 1.63 2009/08/19 11:34:34 tnn Exp $ # DISTNAME= gnome-python-2.26.1 @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile index e69e792857d..a9ecbec837e 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/07/07 11:04:25 zafer Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/19 11:35:05 tnn Exp $ DISTNAME= pygtksourceview-2.6.0 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= pkg-config PY_PATCHPLIST= YES -PYTHON_VERSIONS_ACCEPTED= 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 .include "../../lang/python/extension.mk" diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 3cd743b0032..dd806080fc3 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/03/10 11:12:06 hasso Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/19 11:35:31 tnn Exp $ # DISTNAME= kiwi-1.9.22 @@ -17,7 +17,7 @@ PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools INSTALLATION_DIRS+= ${PYSITELIB} |