diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-06-10 15:37:36 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-06-10 15:37:36 +0000 |
commit | a55bfd5327c9ee6c5937f73bbab2ae7b9d903175 (patch) | |
tree | 8ccfe1b983ff8d57d3fcc5adad9faaa8c822fc4c /x11/py-qt4/Makefile | |
parent | 5e50aa74bd92674b986f91cc2d859a2eb236e39f (diff) | |
download | pkgsrc-a55bfd5327c9ee6c5937f73bbab2ae7b9d903175.tar.gz |
Implement QList<long> for SunOS 32-bit pid_t.
Bump PKGREVISION.
Diffstat (limited to 'x11/py-qt4/Makefile')
-rw-r--r-- | x11/py-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index b1ba001957d..d6fe7ba9ed6 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2013/06/06 12:55:20 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2013/06/10 15:37:36 jperkin Exp $ PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} PYQT_VERSION= 4.10.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 python #MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} |