summaryrefslogtreecommitdiffstats
path: root/x11/libxcb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libxcb/Makefile')
-rw-r--r--x11/libxcb/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index cc0789e..3e7f71c 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libxcb
-PORTVERSION= 1.9.1
+PORTVERSION= 1.9.3
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
@@ -30,6 +30,7 @@ GNU_CONFIGURE= yes
.for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
CONFIGURE_ARGS+=${f}="${${f}}"
.endfor
+CONFIGURE_ARGS+=--enable-xkb
CONFIGURE_ENV= LIBS="`pkg-config --libs pthread-stubs`"
NEEDED_CFLAGS= -I${LOCALBASE}/include
@@ -41,14 +42,6 @@ XDMCP_LIBS= -L${LOCALBASE}/lib -lXdmcp
XPROTO_CFLAGS= -I${LOCALBASE}/include
XPROTO_LIBS= -L${LOCALBASE}/lib
-NO_STAGE= yes
-.include "${.CURDIR}/manpages"
-
.include <bsd.port.options.mk>
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MAKE} -C ${WRKSRC}/doc ${INSTALL_TARGET}
-.endif
-
.include <bsd.port.mk>