pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/cantor
Module Name: pkgsrc
Committed By: maya
Date: Sat Nov 2 14:41:10 UTC 2019
Modified Files:
pkgsrc/math/cantor: Makefile
Log Message:
cantor: force python2. doesn't build with python 3.7.
appease pkglint
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/math/cantor/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/cantor/Makefile
diff -u pkgsrc/math/cantor/Makefile:1.51 pkgsrc/math/cantor/Makefile:1.52
--- pkgsrc/math/cantor/Makefile:1.51 Thu Aug 22 12:23:29 2019
+++ pkgsrc/math/cantor/Makefile Sat Nov 2 14:41:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/08/22 12:23:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2019/11/02 14:41:09 maya Exp $
DISTNAME= cantor-${_KDE_VERSION}
PKGREVISION= 24
@@ -7,8 +7,10 @@ COMMENT= KDE frontend to mathematical so
.include "../../meta-pkgs/kde4/Makefile.kde4"
-CMAKE_ARGS+= -DWITH_R=OFF
-CMAKE_ARGS+= -DWITH_LuaJIT=OFF
+CMAKE_ARGS+= -DWITH_R=OFF
+CMAKE_ARGS+= -DWITH_LuaJIT=OFF
+
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../meta-pkgs/kde4/kde4.mk"
Home |
Main Index |
Thread Index |
Old Index