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 /mail/postfix-policyd-spf-python | |
| 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
Notes
Notes:
svn path=/head/; revision=472884
Diffstat (limited to 'mail/postfix-policyd-spf-python')
| -rw-r--r-- | mail/postfix-policyd-spf-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-policyd-spf-python/Makefile b/mail/postfix-policyd-spf-python/Makefile index 5ade26386b3e..637a8d6158e2 100644 --- a/mail/postfix-policyd-spf-python/Makefile +++ b/mail/postfix-policyd-spf-python/Makefile @@ -14,8 +14,8 @@ COMMENT= Pure Python Postfix policy daemon for SPF checking LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>0:mail/py-pyspf@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}authres>0:mail/py-authres@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>0:mail/py-pyspf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}authres>0:mail/py-authres@${PY_FLAVOR} USES= python:3.3+ USE_PYTHON= autoplist distutils |
