aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/i3
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2012-01-15 20:48:11 +0800
committergarga <garga@FreeBSD.org>2012-01-15 20:48:11 +0800
commit801cf59d4a1dd5563a028cb4f334df3d76eae903 (patch)
tree73e2c800dacc251a915c7e8c0476cd1909719814 /x11-wm/i3
parent9c8eab22cc2f8d96339d50a82820083459653a19 (diff)
downloadfreebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.tar.gz
freebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.tar.zst
freebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.zip
Adjust necesary ports to build with xcb-util 0.3.8
audio/pulseaudio is being updated to 0.9.23 x11/startup-notification is being updated to 0.12 Both was approved by kwm@ x11-wm/awesome is being updated to 3.4.11 Exp-run by: pav@
Diffstat (limited to 'x11-wm/i3')
-rw-r--r--x11-wm/i3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index 83c76652c7e4..c552c69470b4 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= i3
DISTVERSION= 4.1.1
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://i3wm.org/downloads/ \
${MASTER_SITE_LOCAL}
@@ -19,7 +20,9 @@ BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/textproc/flex \
pcre>=0:${PORTSDIR}/devel/pcre
LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- xcb-event.1:${PORTSDIR}/x11/xcb-util \
+ xcb-util.0:${PORTSDIR}/x11/xcb-util \
+ xcb-keysyms.1:${PORTSDIR}/x11/xcb-util-keysyms \
+ xcb-icccm.4:${PORTSDIR}/x11/xcb-util-wm \
ev.4:${PORTSDIR}/devel/libev \
yajl.2:${PORTSDIR}/devel/yajl
RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run