aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2023-04-05 20:16:59 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2023-04-05 20:16:59 +0000
commit2f8aca4c973468c138ed8492b7b39aa986266dbd (patch)
tree3bbebf39d7eba2ef884c7ed48854583f6881bf14
parent36b9ce8fed376a5341c26e92531aa1be6c6de745 (diff)
downloadports-2f8aca4c973468c138ed8492b7b39aa986266dbd.tar.gz
ports-2f8aca4c973468c138ed8492b7b39aa986266dbd.zip
security/cpfx: correct RUN_DEPENDS
Remove extra prefixes.
-rw-r--r--security/cpfx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cpfx/Makefile b/security/cpfx/Makefile
index 7fa15113dba9..e32d20fd6426 100644
--- a/security/cpfx/Makefile
+++ b/security/cpfx/Makefile
@@ -10,8 +10,8 @@ WWW= https://github.com/li0ard/cpfx
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=2.6.0:devel/py-asn1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/py-pygost@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/py-pyderasn@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/pygost@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/pyderasn@${PY_FLAVOR}
PLIST_FILES= bin/cpfx.py bin/schemas.py
USES= python