diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-10 19:34:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-10 19:34:05 +0000 |
commit | 8106b22ed65b6b05f6475ae772155e1b751565b2 (patch) | |
tree | 0a6a3a4c799847261fa624c48e71a551363bdb84 /x11 | |
parent | fb10dce25fa140c6aafffff31b4657724f40895c (diff) | |
download | pkgsrc-8106b22ed65b6b05f6475ae772155e1b751565b2.tar.gz |
Bump revision for change of PostgreSQL default version.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-pgsql/Makefile | 4 | ||||
-rw-r--r-- | x11/qt4-pgsql/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt3-pgsql/Makefile b/x11/qt3-pgsql/Makefile index 1b5098d53ad..573e6967f2e 100644 --- a/x11/qt3-pgsql/Makefile +++ b/x11/qt3-pgsql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2010/01/18 09:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/10 19:34:08 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-psql-${QTVERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ diff --git a/x11/qt4-pgsql/Makefile b/x11/qt4-pgsql/Makefile index 39fbfef8993..6bcb1da0ebc 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2010/01/29 18:19:09 adam Exp $ +# $NetBSD: Makefile,v 1.14 2010/02/10 19:34:08 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-pgsql-${QTVERSION} +PKGREVISION= 1 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include |