summaryrefslogtreecommitdiff
path: root/x11/py-gtksourceview
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
committerwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
commitd9cd52ca4f7d2f437462e137076da25e25647437 (patch)
tree6f510156548caacca7fb56a561c073c3aafcb9b7 /x11/py-gtksourceview
parentbb6aab2f58f81bc7205abbd391e485390b223225 (diff)
downloadpkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz
Add python-3.6 to incompatible versions.
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 dd326b7c7d0..eee5b6fd342 100644
--- a/x11/py-gtksourceview/Makefile
+++ b/x11/py-gtksourceview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/08/03 10:23:37 adam Exp $
+# $NetBSD: Makefile,v 1.40 2017/01/01 14:44:08 wiz Exp $
DISTNAME= pygtksourceview-2.10.1
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= pygtksourceview-2.0.pc.in
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
PY_PATCHPLIST= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "../../lang/python/extension.mk"