git: 36b9ce8fed37 - main - security/pygost: correct RUN_DEPENDS

From: Eugene Grosbein <eugen_at_FreeBSD.org>
Date: Wed, 05 Apr 2023 20:17:40 UTC
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36b9ce8fed376a5341c26e92531aa1be6c6de745

commit 36b9ce8fed376a5341c26e92531aa1be6c6de745
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2023-04-05 20:16:08 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2023-04-05 20:16:08 +0000

    security/pygost: correct RUN_DEPENDS
    
    Remove extra prefix.
---
 security/pygost/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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