diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-10 14:21:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-10 14:21:37 +0000 |
commit | e92c815de0243762a0b29b3bfa01ec780399f4cc (patch) | |
tree | b371c6a49b046814a110c96ac526d488456dc1a6 /x11/qt4-pgsql | |
parent | bc580de8c5d3ca2fd8eb0a6411c04dab1f2504bd (diff) | |
download | pkgsrc-e92c815de0243762a0b29b3bfa01ec780399f4cc.tar.gz |
Bump PostgreSQL default version to 9.3.
Diffstat (limited to 'x11/qt4-pgsql')
-rw-r--r-- | x11/qt4-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-pgsql/Makefile b/x11/qt4-pgsql/Makefile index 0c891dd1ae4..2b4a3171483 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2014/02/12 23:18:54 tron Exp $ +# $NetBSD: Makefile,v 1.44 2014/06/10 14:21:38 joerg Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-pgsql-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include |