summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2020-02-11 20:52:54 +0000
committermarkd <markd@pkgsrc.org>2020-02-11 20:52:54 +0000
commit4d6d757974b5ec95ea034d3afdc186e7ea65a338 (patch)
tree26294b5b2f2fe345a8428abf9693b65688ed02ae
parent19a32171f7492d2fddd2b9f9dbd0f5da276f9264 (diff)
downloadpkgsrc-4d6d757974b5ec95ea034d3afdc186e7ea65a338.tar.gz
step: uses python3 during build.
-rw-r--r--misc/step/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/step/Makefile b/misc/step/Makefile
index c44d11e6714..ef172fb6c00 100644
--- a/misc/step/Makefile
+++ b/misc/step/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/02/02 02:57:47 markd Exp $
+# $NetBSD: Makefile,v 1.46 2020/02/11 20:52:54 markd Exp $
DISTNAME= step-${KAPPSVER}
CATEGORIES= misc
@@ -23,6 +23,10 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/step.knsrc \
${PKG_SYSCONFDIR}/xdg/step.knsrc
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_FOR_BUILD_ONLY= yes
+.include "../../lang/python/tool.mk"
+
.include "../../graphics/kplotting/buildlink3.mk"
.include "../../math/eigen3/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"