diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /x11/i3lock/Makefile | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) |
Notes
Diffstat (limited to 'x11/i3lock/Makefile')
-rw-r--r-- | x11/i3lock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile index 9809144d0c67..881ae905feee 100644 --- a/x11/i3lock/Makefile +++ b/x11/i3lock/Makefile @@ -16,7 +16,6 @@ COMMENT= Slightly improved screen locker based on slock LICENSE= BSD LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - xcb.2:${PORTSDIR}/x11/libxcb \ xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \ xcb-image:${PORTSDIR}/x11/xcb-util-image \ ev.4:${PORTSDIR}/devel/libev @@ -32,7 +31,7 @@ MAN1= i3lock.1 LDFLAGS+= -liconv MAKE_JOBS_SAFE= yes -USE_XORG= x11 xt xproto xext +USE_XORG= x11 xcb xt xproto xext USE_BZIP2= yes USE_GMAKE= yes USES= iconv |