diff options
Diffstat (limited to 'x11/libxcb/Makefile')
-rw-r--r-- | x11/libxcb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index f204cf2de9ef..86f35e57ecda 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxcb -PORTVERSION= 1.9.3 +PORTVERSION= 1.10 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -19,14 +19,12 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/l CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput -USE_BZIP2= yes -USES= gmake pathfix pkgconfig +XORG_CAT= lib +USES= gmake USE_GNOME= libxslt:build -USE_LDCONFIG= yes USE_XORG= xau xdmcp -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD=YES -GNU_CONFIGURE= yes .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS CONFIGURE_ARGS+=${f}="${${f}}" .endfor |