diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-04-06 20:31:46 +0800 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-04-06 20:31:46 +0800 |
commit | db4c84e3fd8897c8bbe56dcf585df9afde3f5386 (patch) | |
tree | a907df0e346cb25f3c43a6966f8e981e5a4fb3e5 /x11-wm | |
parent | 20a7afc2fa3284a0cc27a36adb70569378acc627 (diff) | |
download | freebsd-ports-gnome-db4c84e3fd8897c8bbe56dcf585df9afde3f5386.tar.gz freebsd-ports-gnome-db4c84e3fd8897c8bbe56dcf585df9afde3f5386.tar.zst freebsd-ports-gnome-db4c84e3fd8897c8bbe56dcf585df9afde3f5386.zip |
Fix RUN_DEPENDS
PR: ports/177516
Submitted by: Green Dog <fiziologus@gmail.com>
Approved by: portmgr (tabthorpe), mentor (jpaetzel), maintainer (wg)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile index 1b9bb5c5cbd0..d7f985d0befa 100644 --- a/x11-wm/qtile/Makefile +++ b/x11-wm/qtile/Makefile @@ -11,7 +11,9 @@ COMMENT= A small, flexible, scriptable tiling window manager written in Python LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xpyb>0:${PORTSDIR}/x11/xpyb \ - ${PYTHON_PKGNAMEPREFIX}cairo>0:${PORTSDIR}/graphics/py-cairo + ${PYTHON_PKGNAMEPREFIX}cairo>0:${PORTSDIR}/graphics/py-cairo \ + ${PYTHON_PKGNAMEPREFIX}gobject>0:${PORTSDIR}/devel/py-gobject \ + ${PYTHON_PKGNAMEPREFIX}gtk>0:${PORTSDIR}/x11-toolkits/py-gtk2 USE_GITHUB= yes GH_ACCOUNT= qtile |