diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-wm/qtile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.zst freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
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 533cf68ec8fc..2b0ec71c10e7 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:${PORTSDIR}/x11/xpyb \ - ${PYTHON_PKGNAMEPREFIX}cairo>0:${PORTSDIR}/graphics/py-cairo +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xpyb>0:x11/xpyb \ + ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo USE_GITHUB= yes GH_ACCOUNT= qtile |