diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-04 11:21:17 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-04 11:45:44 +0000 |
commit | c3db44c6788103bbb38d014724b2108a5e931e99 (patch) | |
tree | 9e44c1e9d011a8407ac0cc540d39aa1c4cb0388f /math | |
parent | d13b9964af0575fb4344ad0b8bea7215d07334f1 (diff) | |
download | ports-c3db44c6788103bbb38d014724b2108a5e931e99.tar.gz ports-c3db44c6788103bbb38d014724b2108a5e931e99.zip |
Diffstat (limited to 'math')
-rw-r--r-- | math/py-PyWavelets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-PyWavelets/Makefile b/math/py-PyWavelets/Makefile index e333eb64d818..273528af5bf9 100644 --- a/math/py-PyWavelets/Makefile +++ b/math/py-PyWavelets/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} USE_GITHUB= yes GH_PROJECT= pywt -USES= cpe python:3.7+ +USES= python:3.7+ USE_PYTHON= autoplist distutils cython cython_run PYDISTUTILS_BUILD_TARGET= build build_ext |