diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-04 15:05:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-04 15:05:40 +0000 |
commit | c1946f8ac8a5abaaaad22ec373197d6ed247ee26 (patch) | |
tree | 22c5abfd6b90383f9cdf8eed93128b809b5a41fb /x11 | |
parent | 2e118d08aea2266d6dc036fe3f8ab767562edfff (diff) | |
download | freebsd-ports-c1946f8ac8a5abaaaad22ec373197d6ed247ee26.zip |
Use new LIB_DEPENDS format
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbacklight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile index b387864c2dda..3980b42a75c9 100644 --- a/x11/xbacklight/Makefile +++ b/x11/xbacklight/Makefile @@ -9,7 +9,7 @@ COMMENT= Program to adjust backlight brightness 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 |