aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-07-18 00:16:21 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-07-18 00:53:09 +0000
commit9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch)
tree0832832e213e743859eba3931e1ecc8d3b1aba54 /security/gpgme
parent45f0113f4c6a3921e14a1a3fb1c201f0b3e68c9d (diff)
downloadports-9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a.tar.gz
ports-9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a.zip
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools port depending on whether USES_PYTHON=distutils is specified. With hat: python PR: 270510, 270358
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index fd7b18ee07d2..c86d4c4ee704 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -103,8 +103,8 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \
. if ${SLAVEPORT} == "python"
BUILD_DEPENDS+= swig:devel/swig \
- ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
+ ${PY_SETUPTOOLS}
+RUN_DEPENDS+= ${PY_SETUPTOOLS}
USES+= python
USE_PYTHON= flavors
CONFIGURE_ARGS+=--enable-languages="python"