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 /databases/py-django-transaction-hooks | |
| 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 'databases/py-django-transaction-hooks')
| -rw-r--r-- | databases/py-django-transaction-hooks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-django-transaction-hooks/Makefile b/databases/py-django-transaction-hooks/Makefile index 396bcd37a8be..e6538d87910f 100644 --- a/databases/py-django-transaction-hooks/Makefile +++ b/databases/py-django-transaction-hooks/Makefile @@ -13,7 +13,7 @@ COMMENT= Django database backends to register transaction-commit hooks LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${PY_FLAVOR} NO_ARCH= yes |
