diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-08 14:43:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-08 14:43:17 +0000 |
commit | 1454f860e2dde222ce2763951c1637ebbf9ce9b3 (patch) | |
tree | 5ba4790cc83dc9115a4f7ffb2dbb36e811323889 /x11/py-xcbgen | |
parent | 3c0beb3a2c61b40c7fbf5fe05ff9579a2cd3e2da (diff) | |
download | pkgsrc-1454f860e2dde222ce2763951c1637ebbf9ce9b3.tar.gz |
At least python-3.3's /usr/pkg/lib/python3.3/xml/etree/ElementTree.py
needs py-expat, and this package uses that file.
Depend on py-expant and bump PKGREVISION.
Diffstat (limited to 'x11/py-xcbgen')
-rw-r--r-- | x11/py-xcbgen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile index f39cc37b821..1d847c4262e 100644 --- a/x11/py-xcbgen/Makefile +++ b/x11/py-xcbgen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2014/01/02 19:51:00 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/02/08 14:43:17 wiz Exp $ DISTNAME= xcb-proto-1.10 PKGNAME= ${PYPKGPREFIX}-xcbgen-1.10 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 @@ -12,6 +13,7 @@ COMMENT= XCB protocol descriptions (in XML) LICENSE= mit # with no-advertising clause DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat CONFLICTS+= xcb-proto<1.4nb1 |