svn commit: r315741 - head/x11-wm/qtile

William Grzybowski wg at FreeBSD.org
Sat Apr 6 12:31:47 UTC 2013


Author: wg
Date: Sat Apr  6 12:31:46 2013
New Revision: 315741
URL: http://svnweb.freebsd.org/changeset/ports/315741

Log:
  Fix RUN_DEPENDS
  
  PR:		ports/177516
  Submitted by:	Green Dog <fiziologus at gmail.com>
  Approved by:	portmgr (tabthorpe), mentor (jpaetzel), maintainer (wg)

Modified:
  head/x11-wm/qtile/Makefile

Modified: head/x11-wm/qtile/Makefile
==============================================================================
--- head/x11-wm/qtile/Makefile	Sat Apr  6 11:10:15 2013	(r315740)
+++ head/x11-wm/qtile/Makefile	Sat Apr  6 12:31:46 2013	(r315741)
@@ -11,7 +11,9 @@ COMMENT=	A small, flexible, scriptable t
 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


More information about the svn-ports-head mailing list