Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 15:05:41 +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: r324239 - head/x11/xbacklight
Message-ID:  <201308041505.r74F5flM089479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Aug  4 15:05:40 2013
New Revision: 324239
URL: http://svnweb.freebsd.org/changeset/ports/324239

Log:
  Use new LIB_DEPENDS format

Modified:
  head/x11/xbacklight/Makefile

Modified: head/x11/xbacklight/Makefile
==============================================================================
--- head/x11/xbacklight/Makefile	Sun Aug  4 15:01:34 2013	(r324238)
+++ head/x11/xbacklight/Makefile	Sun Aug  4 15:05:40 2013	(r324239)
@@ -9,7 +9,7 @@ COMMENT=	Program to adjust backlight bri
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
+LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
 XORG_CAT=	app
 USE_XORG=	x11 xrender xrandr xcb



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