diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 2c6e8e30b08bf1c171e92b4a779d56f1b68206fa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /x11/py-qt4 | |
parent | 82ff889da9dc587d94b5ad49c36469576ebed64f (diff) | |
download | pkgsrc-2c6e8e30b08bf1c171e92b4a779d56f1b68206fa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'x11/py-qt4')
-rw-r--r-- | x11/py-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 73b0330aec9..f7f2003ed62 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2010/09/07 16:36:02 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2010/09/14 11:03:04 wiz Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} PYQT_VERSION= 4.7.6 +PKGREVISION= 1 CATEGORIES= x11 python MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ |