From ebc8bb8fe6b04a3dde8c1f3c6904cd6b9397acf3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 Feb 2014 14:43:17 +0000 Subject: 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. --- x11/py-xcbgen/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/py-xcbgen') 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 -- cgit v1.2.3