pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-xcbgen Needs py-expat nowadays. Depend on it an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cce9fab24e5
branches:  trunk
changeset: 570245:9cce9fab24e5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 27 13:59:46 2010 +0000

description:
Needs py-expat nowadays. Depend on it and bump PKGREVISION.

diffstat:

 x11/py-xcbgen/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7f21e78e8cf6 -r 9cce9fab24e5 x11/py-xcbgen/Makefile
--- a/x11/py-xcbgen/Makefile    Wed Jan 27 13:33:02 2010 +0000
+++ b/x11/py-xcbgen/Makefile    Wed Jan 27 13:59:46 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2009/12/15 12:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2010/01/27 13:59:46 wiz Exp $
 #
 
 DISTNAME=      xcb-proto-1.6
 PKGNAME=       ${PYPKGPREFIX}-xcbgen-1.6
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://xcb.freedesktop.org/dist/
 EXTRACT_SUFX=  .tar.bz2
@@ -11,6 +12,8 @@
 HOMEPAGE=      http://xcb.freedesktop.org/
 COMMENT=       XCB protocol descriptions (in XML)
 
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 CONFLICTS+=    xcb-proto<1.4nb1
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index