summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 08:57:54 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 08:57:54 +0000
commiteffa7b29d2b8ff1ef0fa1b4c1a5fc30e7e0adddc (patch)
tree66573cee68ba87b83949d9a4bd643c63bf1e9ad4 /editors
parent9b23bb855d9de2419085b9a85ae0941f69c132c0 (diff)
downloadpkgsrc-effa7b29d2b8ff1ef0fa1b4c1a5fc30e7e0adddc.tar.gz
Set PY_PEP3147=no as package does not support it.
Mark as not ready for python-3.x.
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit3/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/gedit3/Makefile.common b/editors/gedit3/Makefile.common
index 4c1867e9a86..19f961388b7 100644
--- a/editors/gedit3/Makefile.common
+++ b/editors/gedit3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2013/12/12 01:30:04 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.5 2014/01/25 08:57:54 wiz Exp $
# used by editors/gedit3/Makefile
# used by editors/gedit3-spell/Makefile
@@ -20,6 +20,9 @@ USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= data/gedit.pc.in
PY_PATCHPLIST= yes
+# __pycache__ installation not properly supported as of 3.6.1
+PY_PEP3147= no
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.6.1
CONFIGURE_ARGS+= --disable-updater
CONFIGURE_ARGS+= --disable-deprecations