aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libxcb/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-02-01 06:41:17 +0800
committermiwi <miwi@FreeBSD.org>2007-02-01 06:41:17 +0800
commita1a75eca9473a2d4ca5304054d66447ed02a0b45 (patch)
treeaa92c3cbf76f32770f82a9f72153781e4833edcf /x11/libxcb/Makefile
parent5fbcfa1dc93a5e693cdc8327808d52442b0f4e80 (diff)
downloadfreebsd-ports-gnome-a1a75eca9473a2d4ca5304054d66447ed02a0b45.tar.gz
freebsd-ports-gnome-a1a75eca9473a2d4ca5304054d66447ed02a0b45.tar.zst
freebsd-ports-gnome-a1a75eca9473a2d4ca5304054d66447ed02a0b45.zip
- Unbreak index
- Bump PORTREVISION PR: 108629 Submitted by: Drew Derbyshire <ahd@kew.com> Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer)
Diffstat (limited to 'x11/libxcb/Makefile')
-rw-r--r--x11/libxcb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index e594e63e0f03..79c8b60c3653 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libxcb
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
@@ -32,13 +33,11 @@ CONFIGURE_ARGS= --with-check=${LOCALBASE}
.for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS
CONFIGURE_ARGS+=${f}="${${f}}"
.endfor
-CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
+CONFIGURE_ENV= LIBS="`pkg-config --libs pthread-stubs`"
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
-PTHREAD_STUBS_LIBS!= pkg-config --libs pthread-stubs
-
NEEDED_CFLAGS= -I${X11BASE}/include
NEEDED_LIBS= -L${X11BASE}/lib -lXau $(PTHREAD_STUBS_LIBS)