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 /www/py-html5lib | |
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 'www/py-html5lib')
-rw-r--r-- | www/py-html5lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index 2635a5ea1381..6e2aeb974c56 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -13,8 +13,8 @@ COMMENT= Python based HTML parser based on the HTML5 spec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}webencodings>0:converters/py-webencodings@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}webencodings>0:converters/py-webencodings@${PY_FLAVOR} NO_ARCH= yes USES= python |