summaryrefslogtreecommitdiff
path: root/editors/pluma
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
commitca819a0b15efa5e79e3bfab50a78792ffee0a46f (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /editors/pluma
parent1a58303f2d3cf51da1514444f9fea97e40a0ba26 (diff)
downloadpkgsrc-ca819a0b15efa5e79e3bfab50a78792ffee0a46f.tar.gz
Add python-3.6 to incompatible versions.
Diffstat (limited to 'editors/pluma')
-rw-r--r--editors/pluma/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk
index caa4b92cc8e..501fd99aa81 100644
--- a/editors/pluma/options.mk
+++ b/editors/pluma/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/07/09 13:03:46 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:38 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pluma
PKG_SUPPORTED_OPTIONS= enchant python
@@ -23,7 +23,7 @@ USE_TOOLS+= bash:run
REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in
REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in
PLIST.python= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, also via py-gtksourceview
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, also via py-gtksourceview
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"