mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Add dependency on x11/xcb-proto >= 1.5, this does not build with earlier versions
PR: 137298 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
This commit is contained in:
parent
4dabc11e7b
commit
f63ce2f32a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238713
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user