diff options
author | obache <obache> | 2012-08-05 10:02:09 +0000 |
---|---|---|
committer | obache <obache> | 2012-08-05 10:02:09 +0000 |
commit | c08c68b9be640a23fda59b1d1af5cef546855565 (patch) | |
tree | 1170f8b117c34d9bdc6f712664830a956243db40 /x11/qt3-pgsql | |
parent | c2fff99a6974b7b1744dcede3eb633e6bc9467b6 (diff) | |
download | pkgsrc-c08c68b9be640a23fda59b1d1af5cef546855565.tar.gz |
Bump PKGREVISION for change of PostgreSQL default version to 9.1.
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 8a123a3c004..51345400676 100644 --- a/x11/qt3-pgsql/Makefile +++ b/x11/qt3-pgsql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2011/11/01 06:03:06 sbd Exp $ +# $NetBSD: Makefile,v 1.13 2012/08/05 10:02:14 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-psql-${QTVERSION} -PKGREVISION= 9 +PKGREVISION= 10 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |