diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-21 01:05:41 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-21 01:05:41 +0800 |
commit | 4376dbbb58dab5a7bf7a8240ca39b562de78343b (patch) | |
tree | 8997a738fc5162cf5f1383dd3c61c0423454979b /x11-wm/qtile | |
parent | 6cb7ca00bb0a9a3aa67008824300ee8d16203a1b (diff) | |
download | freebsd-ports-gnome-4376dbbb58dab5a7bf7a8240ca39b562de78343b.tar.gz freebsd-ports-gnome-4376dbbb58dab5a7bf7a8240ca39b562de78343b.tar.zst freebsd-ports-gnome-4376dbbb58dab5a7bf7a8240ca39b562de78343b.zip |
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 'x11-wm/qtile')
-rw-r--r-- | x11-wm/qtile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile index 61caf22be1ba..923437184beb 100644 --- a/x11-wm/qtile/Makefile +++ b/x11-wm/qtile/Makefile @@ -13,8 +13,8 @@ COMMENT= Small, flexible, scriptable tiling window manager written in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xpyb>0:x11/xpyb@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xpyb>0:x11/xpyb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= qtile |