diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 72c16d4d7d332490326869fd2cf740019a79cdd0 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /x11/py-wxWidgets | |
parent | cea6e11074d7b826fef76434a11c03283cb4ba94 (diff) | |
download | pkgsrc-72c16d4d7d332490326869fd2cf740019a79cdd0.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'x11/py-wxWidgets')
-rw-r--r-- | x11/py-wxWidgets/Makefile | 4 |
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 |