aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:21 +0000
commit652329f157c5244960460c4a3f0f300fed273ab6 (patch)
treee8aacd60e4a4cbad293c9a9b9df15b3c179ea334
parent1e6c2311d3bb7d88626a6794c0f63bf5f681edaa (diff)
downloadports-652329f157c5244960460c4a3f0f300fed273ab6.tar.gz
ports-652329f157c5244960460c4a3f0f300fed273ab6.zip
devel/py-google-crc32c: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
-rw-r--r--devel/py-google-crc32c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-google-crc32c/Makefile b/devel/py-google-crc32c/Makefile
index 35f9234a9e04..6e94a940895d 100644
--- a/devel/py-google-crc32c/Makefile
+++ b/devel/py-google-crc32c/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/googleapis/python-crc32c
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
- ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libcrc32c.so:devel/crc32c
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}