summaryrefslogtreecommitdiff
path: root/devel/boa-constructor
diff options
context:
space:
mode:
authoradam <adam>2015-12-05 21:25:27 +0000
committeradam <adam>2015-12-05 21:25:27 +0000
commit23fd2995db2bf47c3b3f74bf334b634ad1f516a8 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /devel/boa-constructor
parent10a531fe60fc34c04b128387fde9e98cfb9cdef8 (diff)
downloadpkgsrc-23fd2995db2bf47c3b3f74bf334b634ad1f516a8.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'devel/boa-constructor')
-rw-r--r--devel/boa-constructor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boa-constructor/Makefile b/devel/boa-constructor/Makefile
index 5094ec66cf8..a5ed1c0dbd0 100644
--- a/devel/boa-constructor/Makefile
+++ b/devel/boa-constructor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2015/04/25 14:20:32 tnn Exp $
+# $NetBSD: Makefile,v 1.32 2015/12/05 21:25:33 adam Exp $
VERSION= 0.6.1
DISTNAME= boa-constructor-${VERSION}.src
@@ -24,7 +24,7 @@ SEDSUBSTS= -e "s|@PYTHONBIN@|${PYTHONBIN}|"
SEDSUBSTS+= -e "s|@PREFIX@|${PREFIX}|"
SEDSUBSTS+= -e "s|@VERSION@|${VERSION}|"
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets
REPLACE_PYTHON+= Boa.py
REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py