aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libxcb
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-08-01 04:20:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-08-01 04:20:52 +0800
commit76130964bbb7dc9263c40d52cd702c4d1ed98aec (patch)
treeab330721397ba98f37d1a3b58a484f144e8d8c83 /x11/libxcb
parent5eb8de87fbcab4b68213e9f90825d75447476b27 (diff)
downloadfreebsd-ports-gnome-76130964bbb7dc9263c40d52cd702c4d1ed98aec.tar.gz
freebsd-ports-gnome-76130964bbb7dc9263c40d52cd702c4d1ed98aec.tar.zst
freebsd-ports-gnome-76130964bbb7dc9263c40d52cd702c4d1ed98aec.zip
- 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)
Diffstat (limited to 'x11/libxcb')
-rw-r--r--x11/libxcb/Makefile2
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