[x11-wm/qtile] adding missing dependency Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wg
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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!