aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-04-07 14:25:15 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-04-07 15:05:55 +0000
commitc71776b7673dd9fcbc84a187f2c76ab813f939f5 (patch)
treeb62bef720a86121756c4efae5179d96458e0434c /math
parentff9b4950645a8910bc7f36d1ad6434205ab993ef (diff)
downloadports-c71776b7673dd9fcbc84a187f2c76ab813f939f5.tar.gz
ports-c71776b7673dd9fcbc84a187f2c76ab813f939f5.zip
astro/py-spktype01 et al.: fix the dependency on PYNUMPY
Some ports, like astro/py-spktype01, uses the undefined variable ${NUMPY} in their _DEPENDS fields and this must be replaced by the correct ${PYNUMPY}. PR: 254740 Reported by: Bojan Petrovic Approved by: QA blanket for the ports that I do not maintain
Diffstat (limited to 'math')
-rw-r--r--math/py-seaborn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-seaborn/Makefile b/math/py-seaborn/Makefile
index e6e9e4abad1c..f2a7398cc2cc 100644
--- a/math/py-seaborn/Makefile
+++ b/math/py-seaborn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= seaborn
PORTVERSION= 0.11.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
- ${NUMPY} \
+ ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \