diff options
author | adam <adam> | 2010-02-16 13:08:09 +0000 |
---|---|---|
committer | adam <adam> | 2010-02-16 13:08:09 +0000 |
commit | 624ad7a29c82770b66bd5f9f7310f870a342965d (patch) | |
tree | e1bb17e1d4994af6fc0ba4361cca16eda8245971 /x11/qt4-pgsql | |
parent | 79f27607dda5401ac9bf9b286e4fd95b6763a74f (diff) | |
download | pkgsrc-624ad7a29c82770b66bd5f9f7310f870a342965d.tar.gz |
Changes 4.6.2:
This is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.6.0 and 4.6.1.
Diffstat (limited to 'x11/qt4-pgsql')
-rw-r--r-- | x11/qt4-pgsql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-pgsql/Makefile b/x11/qt4-pgsql/Makefile index 6bcb1da0ebc..4223ca5e9e2 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2010/02/10 19:34:08 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2010/02/16 13:08:09 adam 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 |