mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
d875ceace2
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.
30 lines
764 B
Makefile
30 lines
764 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxcb
|
|
PORTVERSION= 1.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= https://xcb.freedesktop.org/dist/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= The X protocol C-language Binding (XCB) library
|
|
|
|
LICENSE= MIT
|
|
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
|
|
|
|
USES= cpe python:build tar:xz xorg xorg-cat:lib
|
|
USE_XORG= xau xdmcp
|
|
INSTALL_TARGET= install-strip
|
|
CPE_VENDOR= x
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|