svn commit: r324236 - head/x11/xbacklight

Baptiste Daroussin bapt at FreeBSD.org
Sun Aug 4 14:51:04 UTC 2013


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


More information about the svn-ports-head mailing list