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 | dabae38177588162bebae8af318aae8868c20c04 (patch) | |
tree | 9d6701e033b576b45f99e100e3b47abaa0b63b73 /x11/py-gtksourceview | |
parent | 4506c55e7d03b8bf8719952d646e0a6f215ae6e3 (diff) | |
download | pkgsrc-dabae38177588162bebae8af318aae8868c20c04.tar.gz |
Sort PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'x11/py-gtksourceview')
-rw-r--r-- | x11/py-gtksourceview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |