diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-13 12:45:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-13 12:45:26 +0000 |
commit | f2fb3ae3acdd374d2e9b799cec793e1228798644 (patch) | |
tree | 1cdff8ace29302c63cc869cb70f18e6d1d264011 /x11 | |
parent | 9f4ab4bbe9a2a134e0a7d8c805ce6eb8b7b74330 (diff) | |
download | pkgsrc-f2fb3ae3acdd374d2e9b799cec793e1228798644.tar.gz |
Add py-elementtree dependency, used by
/usr/pkg/lib/python2.5/site-packages/PyQt4/uic/uiparser.py via
PyQt4.elementtree.ElementTree.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 89a5cfa64b1..f2553ea307a 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/12/13 05:20:04 epg Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/13 12:45:26 wiz Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} +PKGREVISION= 1 PYQT_VERSION= 4.4.4 CATEGORIES= x11 python MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ @@ -53,6 +54,7 @@ BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.7.9 .include "../../x11/py-sip/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" +.include "../../textproc/py-elementtree/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.4.0nb1 .include "../../x11/qt4-tools/buildlink3.mk" |