aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/qtile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-21 01:05:41 +0800
committerMathieu Arnold <mat@FreeBSD.org>2018-06-21 01:05:41 +0800
commit4376dbbb58dab5a7bf7a8240ca39b562de78343b (patch)
tree8997a738fc5162cf5f1383dd3c61c0423454979b /x11-wm/qtile
parent6cb7ca00bb0a9a3aa67008824300ee8d16203a1b (diff)
downloadfreebsd-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/Makefile4
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