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 | d57d537324643ced17bb15a1c72aaaf74af5312e (patch) | |
tree | 0a6a3a4c799847261fa624c48e71a551363bdb84 /x11/qt3-pgsql | |
parent | ec95ac026795b37d52edf59bf91ebfe9092f0754 (diff) | |
download | pkgsrc-d57d537324643ced17bb15a1c72aaaf74af5312e.tar.gz |
Bump revision for change of PostgreSQL default version.
Diffstat (limited to 'x11/qt3-pgsql')
-rw-r--r-- | x11/qt3-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 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 \ |