summaryrefslogtreecommitdiffstats
path: root/x11/libX11/Makefile
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-03-21 19:54:29 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-03-21 19:54:29 +0800
commitf14fe62508d06a7ca2b0b035af72982aa643847c (patch)
treecc792b5e25032010c90c6547632e934d092de99c /x11/libX11/Makefile
parent48e8db959ffb70c472f0ffbbc6990b0368bf7f1f (diff)
downloadxorg-devel-ports-f14fe62508d06a7ca2b0b035af72982aa643847c.tar
xorg-devel-ports-f14fe62508d06a7ca2b0b035af72982aa643847c.tar.gz
xorg-devel-ports-f14fe62508d06a7ca2b0b035af72982aa643847c.tar.bz2
xorg-devel-ports-f14fe62508d06a7ca2b0b035af72982aa643847c.tar.lz
xorg-devel-ports-f14fe62508d06a7ca2b0b035af72982aa643847c.tar.xz
xorg-devel-ports-f14fe62508d06a7ca2b0b035af72982aa643847c.tar.zst
xorg-devel-ports-f14fe62508d06a7ca2b0b035af72982aa643847c.zip
Add xcb to USE_XORG=, to record a dependency on libxcb. Update libX11 to
use this new USE_XORG=. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@758 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/libX11/Makefile')
-rw-r--r--x11/libX11/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 90ce2d6..6bc2c86 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -11,12 +11,10 @@ COMMENT= X11 library
LICENSE= MIT
-LIB_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb
-
XORG_CAT= lib
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
kbproto:both inputproto xf86bigfontproto xproto:both \
- xorg-macros
+ xorg-macros xcb
USE_PERL5_BUILD=yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \