diff options
author | joerg <joerg> | 2006-12-28 12:12:57 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-28 12:12:57 +0000 |
commit | 7f395f9733957395e40b9c03a635edefcf507b1b (patch) | |
tree | 91c90eb4d7eb193f27596269fcebafeb34f670fc /x11/qt4-pgsql | |
parent | 21d4b45170d909d23e0bb763cdf729ad2726f5e7 (diff) | |
download | pkgsrc-7f395f9733957395e40b9c03a635edefcf507b1b.tar.gz |
Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
Diffstat (limited to 'x11/qt4-pgsql')
-rw-r--r-- | x11/qt4-pgsql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-pgsql/Makefile b/x11/qt4-pgsql/Makefile index 927f6e445ca..5b5f65e5b2f 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/14 15:51:38 adam Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/28 12:12:59 joerg Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-psql-${QTVERSION} +PKGREVISION= 1 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include |