diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-26 10:50:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-26 10:50:33 +0000 |
commit | 6267f9d5add06bbc2bd4eb497c674e58c78f819f (patch) | |
tree | f4a233ef93f272232b084c73209d53c61d0bf578 /x11 | |
parent | 702a0f7a1f653268355d92165113b609df5bb13d (diff) | |
download | pkgsrc-6267f9d5add06bbc2bd4eb497c674e58c78f819f.tar.gz |
Fix COMMENT and DESCR.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-sqlite3/DESCR | 2 | ||||
-rw-r--r-- | x11/qt4-sqlite3/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt4-sqlite3/DESCR b/x11/qt4-sqlite3/DESCR index bd34b63b2ae..31075fe360c 100644 --- a/x11/qt4-sqlite3/DESCR +++ b/x11/qt4-sqlite3/DESCR @@ -1 +1 @@ -QT postgresql driver +Qt4 sqlite3 driver diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile index 0ea34ee3622..64e0c69ddcb 100644 --- a/x11/qt4-sqlite3/Makefile +++ b/x11/qt4-sqlite3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2013/05/09 07:40:47 adam Exp $ +# $NetBSD: Makefile,v 1.35 2013/05/26 10:50:33 rodent Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-sqlite3-${QTVERSION} PKGREVISION= 3 -COMMENT= QT sqlite3 driver +COMMENT= Qt4 sqlite3 driver CONFIGURE_ARGS+= -I${QTDIR}/include CONFIGURE_ARGS+= -L${QTDIR}/lib |