diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-27 14:00:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-27 14:00:33 +0000 |
commit | da598d4fd6aff7b3f0b35e460c3ad575c6dc3e31 (patch) | |
tree | a2d9249da8713115ab674ff28dcd23367e5d0554 /x11/libxcb | |
parent | f3ec545e1a5205416585571cd9bc2de27829e0ab (diff) | |
download | pkgsrc-da598d4fd6aff7b3f0b35e460c3ad575c6dc3e31.tar.gz |
Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index e53d49e6daa..e6f8dee44f0 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/12/15 12:24:47 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/27 14:00:33 wiz Exp $ # DISTNAME= libxcb-1.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= X protocol C-language Binding BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt -BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6:../../x11/py-xcbgen +BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb1:../../x11/py-xcbgen PKG_DESTDIR_SUPPORT= user-destdir |