diff options
author | markd <markd@pkgsrc.org> | 2019-11-29 20:58:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-11-29 20:58:01 +0000 |
commit | dedc1abd54e556f99ce578d257163cc0b62aec39 (patch) | |
tree | 0d5c6d3cd9a356ec086b08a67b656541f9a94d45 /math/cantor | |
parent | 66bfc2cdae691480222de0a1151019ca2a4cfd37 (diff) | |
download | pkgsrc-dedc1abd54e556f99ce578d257163cc0b62aec39.tar.gz |
cantor: allow non pymalloc version of the python library
Diffstat (limited to 'math/cantor')
-rw-r--r-- | math/cantor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 0490d4c7bc1..50c24b6a9df 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2019/11/21 02:39:22 markd Exp $ +# $NetBSD: Makefile,v 1.55 2019/11/29 20:58:01 markd Exp $ DISTNAME= cantor-${KAPPSVER} CATEGORIES= math @@ -23,6 +23,7 @@ SUBST_CLASSES+= py3 SUBST_STAGE.py3= pre-configure SUBST_FILES.py3= cmake/FindPythonLibs3.cmake SUBST_SED.py3= -e 's:python3):python-${PYVERSSUFFIX}):' +SUBST_SED.py3+= -e 's:python3.6m python3.7m:python3.6m python3.6 python3.7m python3.7:' REPLACE_SH+= src/backends/sage/cantor-execsage |