summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzafer <zafer>2009-07-07 11:04:25 +0000
committerzafer <zafer>2009-07-07 11:04:25 +0000
commitd05baf4df299815fde85052d611d3404b8734c1a (patch)
treea2dd9eb6148309a50bf8a7272f8a991084298f7a
parentb8aad7a8f13e07b9c7ce85649a0fdbbfbafbbbcd (diff)
downloadpkgsrc-d05baf4df299815fde85052d611d3404b8734c1a.tar.gz
add 26 to PYTHON_VERSIONS_ACCEPTED.
-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 d5ed82d4285..e69e792857d 100644
--- a/x11/py-gtksourceview/Makefile
+++ b/x11/py-gtksourceview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/03/22 16:06:43 snj Exp $
+# $NetBSD: Makefile,v 1.6 2009/07/07 11:04:25 zafer 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= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
.include "../../lang/python/extension.mk"