diff options
author | drochner <drochner> | 2012-01-17 19:04:46 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-01-17 19:04:46 +0000 |
commit | 02a6c0846c9d97bf187f6adf72fedc730822c2ed (patch) | |
tree | 8b298012f01f50011f2fe635c20867020d48c66c /x11/py-qt4/Makefile | |
parent | 275a815e890a504fa2be974609a8b8f2632a649a (diff) | |
download | pkgsrc-02a6c0846c9d97bf187f6adf72fedc730822c2ed.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/ |