pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/cantor cantor: force python2. doesn't build with ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/040badb63cb6
branches: trunk
changeset: 403830:040badb63cb6
user: maya <maya%pkgsrc.org@localhost>
date: Sat Nov 02 14:41:09 2019 +0000
description:
cantor: force python2. doesn't build with python 3.7.
appease pkglint
diffstat:
math/cantor/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 37b35fe791c7 -r 040badb63cb6 math/cantor/Makefile
--- a/math/cantor/Makefile Sat Nov 02 14:41:08 2019 +0000
+++ b/math/cantor/Makefile Sat Nov 02 14:41:09 2019 +0000
@@ -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 @@
.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