Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 14:51:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324236 - head/x11/xbacklight
Message-ID:  <201308041451.r74Ep420085711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Aug  4 14:51:03 2013
New Revision: 324236
URL: http://svnweb.freebsd.org/changeset/ports/324236

Log:
  Add missing build deps
  
  Reported by:	antoine
  Pointyhat to:	bapt

Modified:
  head/x11/xbacklight/Makefile

Modified: head/x11/xbacklight/Makefile
==============================================================================
--- head/x11/xbacklight/Makefile	Sun Aug  4 14:11:47 2013	(r324235)
+++ head/x11/xbacklight/Makefile	Sun Aug  4 14:51:03 2013	(r324236)
@@ -9,8 +9,10 @@ COMMENT=	Program to adjust backlight bri
 
 LICENSE=	MIT
 
+LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
+
 XORG_CAT=	app
-USE_XORG=	x11 xrender xrandr
+USE_XORG=	x11 xrender xrandr xcb
 
 MAN1=		xbacklight.1
 PLIST_FILES=	bin/xbacklight



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308041451.r74Ep420085711>