diff options
author | adam <adam@pkgsrc.org> | 2011-09-04 15:42:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-09-04 15:42:51 +0000 |
commit | d7c42736653b5cc0147498081688b15b274945f6 (patch) | |
tree | b04ea15f83099b111c0b0f30c6decc755611577a /x11/qt4-sqlite3 | |
parent | f3c4f9980a78e3fd979c737ef67e9cf1b73f4c32 (diff) | |
download | pkgsrc-d7c42736653b5cc0147498081688b15b274945f6.tar.gz |
Qt 4.7.4 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.7.0. For more details,
refer to the online documentation included in this distribution. The
documentation is also available online.
http:
Diffstat (limited to 'x11/qt4-sqlite3')
-rw-r--r-- | x11/qt4-sqlite3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile index 7a118a20c9f..2a2cd2f5c45 100644 --- a/x11/qt4-sqlite3/Makefile +++ b/x11/qt4-sqlite3/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2011/06/10 09:40:04 obache Exp $ +# $NetBSD: Makefile,v 1.20 2011/09/04 15:42:52 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-sqlite3-${QTVERSION} -PKGREVISION= 1 COMMENT= QT sqlite3 driver CONFIGURE_ARGS+= -I${QTDIR}/include |