git: 595662efe8fb - main - math/py-pygsl: Remove PYNUMPY
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:12:54 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=595662efe8fb13f3cef13d18face2420986c7069
commit 595662efe8fb13f3cef13d18face2420986c7069
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:04:21 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:52 +0000
math/py-pygsl: Remove PYNUMPY
---
math/py-pygsl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/math/py-pygsl/Makefile b/math/py-pygsl/Makefile
index 2bbe7eb533eb..75eb3f3dcec0 100644
--- a/math/py-pygsl/Makefile
+++ b/math/py-pygsl/Makefile
@@ -14,9 +14,9 @@ COMMENT= Python interface to GNU Scientific Library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${PYNUMPY}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
LIB_DEPENDS= libgsl.so:math/gsl
-RUN_DEPENDS= ${PYNUMPY}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
More information about the dev-commits-ports-all
mailing list