diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
| commit | 4376dbbb58dab5a7bf7a8240ca39b562de78343b (patch) | |
| tree | 8997a738fc5162cf5f1383dd3c61c0423454979b /security/py-asyncssh | |
| parent | Use EMACS_FLAVOR for dependencies. (diff) | |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Diffstat (limited to 'security/py-asyncssh')
| -rw-r--r-- | security/py-asyncssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index d7437fc39648..406b41c3ff05 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -12,8 +12,8 @@ COMMENT= Python asnycio SSH protocol library LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils |
