summaryrefslogtreecommitdiff
path: root/editors/pluma
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
committermaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
commitc14c561cd3117f559e61acda9ceb582aedf151fc (patch)
treed0586eda7ac77e78f4da83c520ce6b5c0877427d /editors/pluma
parent5c755809b6d87b82d96b7d4101a5a4693ac87ddd (diff)
downloadpkgsrc-c14c561cd3117f559e61acda9ceb582aedf151fc.tar.gz
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
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 5ee91c8cbfd..927fd486a25 100644
--- a/editors/pluma/options.mk
+++ b/editors/pluma/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2018/11/16 19:01:25 bsiegert Exp $
+# $NetBSD: options.mk,v 1.9 2019/04/26 13:13:56 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pluma
PKG_SUPPORTED_OPTIONS= enchant
@@ -26,7 +26,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 36 37 # py-gtk2, also via py-gtksourceview
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2, also via py-gtksourceview
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../x11/py-gtksourceview/buildlink3.mk"