diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2023-04-05 20:16:08 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2023-04-05 20:16:08 +0000 |
| commit | 36b9ce8fed376a5341c26e92531aa1be6c6de745 (patch) | |
| tree | d3108343e4369a54948eed6257eed24237d4de55 | |
| parent | acb81ef79946a6697deee901c35ad72769fed1bd (diff) | |
security/pygost: correct RUN_DEPENDS
Remove extra prefix.
| -rw-r--r-- | security/pygost/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pygost/Makefile b/security/pygost/Makefile index 34badf62edbc..77eb0b33326a 100644 --- a/security/pygost/Makefile +++ b/security/pygost/Makefile @@ -14,7 +14,7 @@ WWW= http://www.pygost.cypherpunks.ru/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/py-pyderasn@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/pyderasn@${PY_FLAVOR} USES= tar:zst python USE_PYTHON= autoplist concurrent distutils optsuffix |
