diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 14:23:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 14:23:31 +0000 |
commit | be089192f3ebbc765a734cd7893849e5ddbddaa6 (patch) | |
tree | 9d6701e033b576b45f99e100e3b47abaa0b63b73 /x11 | |
parent | ff6b89112867c4316af49f84ee5210a60789741c (diff) | |
download | pkgsrc-be089192f3ebbc765a734cd7893849e5ddbddaa6.tar.gz |
Sort PYTHON_VERSIONS_ACCEPTED.
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 21a288f4b88..20f9e8720b8 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2008/11/18 12:46:52 drochner Exp $ +# $NetBSD: Makefile,v 1.59 2009/02/11 14:23:32 joerg Exp $ # DISTNAME= gnome-python-2.22.3 @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile index f2c246db8c9..edf07aadd94 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/12/04 06:15:17 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $ # DISTNAME= pygtksourceview-2.4.0 @@ -19,7 +19,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= pkg-config PY_PATCHPLIST= YES -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 .include "../../lang/python/extension.mk" diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 36ffda9bab4..2e8318264a4 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/05 13:26:33 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $ # DISTNAME= kiwi-1.9.22 @@ -16,7 +16,7 @@ PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools INSTALLATION_DIRS+= ${PYSITELIB} |