summaryrefslogtreecommitdiff
path: root/x11/py-gtksourceview
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-25 09:47:18 +0000
committerwiz <wiz>2011-02-25 09:47:18 +0000
commitf4faf372f86a994ea33fb7e067545387343afcbb (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /x11/py-gtksourceview
parent3d4d8826a302002460864e35f116b4687e54fbd9 (diff)
downloadpkgsrc-f4faf372f86a994ea33fb7e067545387343afcbb.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'x11/py-gtksourceview')
-rw-r--r--x11/py-gtksourceview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile
index 4f5b914df27..474efb0e163 100644
--- a/x11/py-gtksourceview/Makefile
+++ b/x11/py-gtksourceview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/01/13 13:40:02 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2011/02/25 09:47:31 wiz Exp $
DISTNAME= pygtksourceview-2.10.1
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
@@ -22,7 +22,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
PY_PATCHPLIST= YES
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "../../lang/python/extension.mk"