summaryrefslogtreecommitdiff
path: root/x11/libxcb
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-31 22:41:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-31 22:41:17 +0000
commitb3edaf23e46b826c9ee371f0a9d7f97edc526d77 (patch)
tree8a3db60ecb26ac0df968f5b1f9a205b64ca7134d /x11/libxcb
parentAdd port graphics/unpaper: (diff)
- Unbreak index
- Bump PORTREVISION PR: 108629 Submitted by: Drew Derbyshire <ahd@kew.com> Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=183817
Diffstat (limited to 'x11/libxcb')
-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)