diff options
author | drochner <drochner@pkgsrc.org> | 2012-01-17 19:04:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-01-17 19:04:46 +0000 |
commit | a62b1a5680e714bb48f0c4b8f4e9cb6d0c2bdebf (patch) | |
tree | 8b298012f01f50011f2fe635c20867020d48c66c /x11/py-qt4/Makefile | |
parent | 4df9b2644b5a18f07b278d641927e5fb3ce5a154 (diff) | |
download | pkgsrc-a62b1a5680e714bb48f0c4b8f4e9cb6d0c2bdebf.tar.gz |
update to 4.9
This is a major feature release including support for Qt v4.8.0
and the inclusion of the QtDBus module.
Diffstat (limited to 'x11/py-qt4/Makefile')
-rw-r--r-- | x11/py-qt4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index 26971d408b7..7d0a0ebadd2 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2012/01/13 10:55:50 obache Exp $ +# $NetBSD: Makefile,v 1.41 2012/01/17 19:04:46 drochner Exp $ PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} -PYQT_VERSION= 4.8.6 -PKGREVISION= 1 +PYQT_VERSION= 4.9 CATEGORIES= x11 python MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ |