aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-09-13 17:35:37 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-09-13 17:35:37 +0000
commitd875ceace2bf1dfd4bae9a58c785cff656aa03ae (patch)
treee1e087ed8b038d56825c2eb7ee1948ee5abeabe0 /x11
parent3355c71ff2fb470d8c2263680463240525c918a8 (diff)
downloadports-d875ceace2bf1dfd4bae9a58c785cff656aa03ae.tar.gz
ports-d875ceace2bf1dfd4bae9a58c785cff656aa03ae.zip
x11/libxcb: Re-add runtime dependency on pthread-stubs
Re-add the runtime dependency on pthread-stubs, that was dropped in the update to 1.14. Things linking against libxcb needs it as well, and since it was pulled in from here, keep doing that. In the future, the dependency on pthread-stubs mabye should be moved to the ports that actually need it, but keep the status quo for now.
Notes
Notes: svn path=/head/; revision=548493
Diffstat (limited to 'x11')
-rw-r--r--x11/libxcb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index 7f1e200971db..82ae08bcf772 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libxcb
PORTVERSION= 1.14
+PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= https://xcb.freedesktop.org/dist/
@@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xcb-proto>=1.9:x11/xcb-proto \
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
CONFIGURE_ARGS= --disable-devel-docs --without-doxygen --enable-xinput --enable-xkb