diff options
Diffstat (limited to 'devel/boa-constructor/Makefile')
-rw-r--r-- | devel/boa-constructor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boa-constructor/Makefile b/devel/boa-constructor/Makefile index 5a1da0c10e7..6354bac7fca 100644 --- a/devel/boa-constructor/Makefile +++ b/devel/boa-constructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2019/04/25 07:32:43 maya Exp $ +# $NetBSD: Makefile,v 1.44 2019/04/26 13:13:48 maya 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= 34 35 36 37 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets REPLACE_PYTHON+= Boa.py REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py |