diff options
-rw-r--r-- | x11/libxcb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 4fd01d01f8b7..e7c1c5b470f0 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -17,8 +17,10 @@ COMMENT= The X protocol C-language Binding (XCB) library BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \ xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ + xcb-proto>=1.5:${PORTSDIR}/x11/xcb-proto \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ + xcb-proto>=1.5:${PORTSDIR}/x11/xcb-proto \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs CONFIGURE_ARGS+= --disable-build-docs --without-doxygen |