summaryrefslogtreecommitdiff
path: root/x11/py-wxWidgets
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /x11/py-wxWidgets
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'x11/py-wxWidgets')
-rw-r--r--x11/py-wxWidgets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-wxWidgets/Makefile b/x11/py-wxWidgets/Makefile
index f079e01b07b..6704c885be5 100644
--- a/x11/py-wxWidgets/Makefile
+++ b/x11/py-wxWidgets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2015/06/12 10:52:18 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2015/12/05 21:26:09 adam Exp $
VERSION= 2.8.12.0
DISTNAME= wxPython-src-${VERSION}
@@ -19,7 +19,7 @@ USE_TOOLS+= gmake pkg-config
# previous name of the package
CONFLICTS+= ${PYPKGPREFIX}-wxWindows-[0-9]*
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.10.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.10.1
# no scripts to avoid conflicts
#PYSETUPBUILDARGS+= NO_SCRIPTS=1