diff options
-rw-r--r-- | x11/py-qt3-base/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt3-modules/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt3-qscintilla/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile index 20de2e876b2..9278c137782 100644 --- a/x11/py-qt3-base/Makefile +++ b/x11/py-qt3-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2010/06/13 22:45:50 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/09/02 09:22:43 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-base-${PYQT_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Python binding for Qt3 diff --git a/x11/py-qt3-modules/Makefile b/x11/py-qt3-modules/Makefile index ad8d8c3e234..29ca5f97112 100644 --- a/x11/py-qt3-modules/Makefile +++ b/x11/py-qt3-modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2010/06/13 22:45:50 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2010/09/02 09:22:43 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-modules-${PYQT_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Various Python modules for Qt3 diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile index 7b894608bcf..60d4e6b0f6a 100644 --- a/x11/py-qt3-qscintilla/Makefile +++ b/x11/py-qt3-qscintilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/06/13 22:45:50 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2010/09/02 09:22:43 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-${PYQT_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= Python binding for QScintilla |