pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/step



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Feb 11 20:52:54 UTC 2020

Modified Files:
        pkgsrc/misc/step: Makefile

Log Message:
step: uses python3 during build.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/misc/step/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/step/Makefile
diff -u pkgsrc/misc/step/Makefile:1.45 pkgsrc/misc/step/Makefile:1.46
--- pkgsrc/misc/step/Makefile:1.45      Sun Feb  2 02:57:47 2020
+++ pkgsrc/misc/step/Makefile   Tue Feb 11 20:52:54 2020
@@ -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"



Home | Main Index | Thread Index | Old Index