diff options
author | obache <obache@pkgsrc.org> | 2011-06-15 11:15:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-15 11:15:35 +0000 |
commit | 08223ed95d1c5c8562046c6650ba50e19fe69f4a (patch) | |
tree | f395ad6d84819985a3dd44b860a82e7184fb1cca /x11/libxcb/Makefile | |
parent | 2c97b20794a41655dee70247236b2d3b41eb7d10 (diff) | |
download | pkgsrc-08223ed95d1c5c8562046c6650ba50e19fe69f4a.tar.gz |
Back to original code, use cElementTree.
Diffstat (limited to 'x11/libxcb/Makefile')
-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 51a491e1171..446a9a975af 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/02/25 09:47:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2011/06/15 11:15:35 obache Exp $ # DISTNAME= libxcb-1.7 @@ -12,7 +12,7 @@ COMMENT= X protocol C-language Binding LICENSE= mit # with no-advertising clause BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt -BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb1:../../x11/py-xcbgen +BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb2:../../x11/py-xcbgen PKG_DESTDIR_SUPPORT= user-destdir |