summaryrefslogtreecommitdiff
path: root/x11/qt4-sqlite3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-09-28 18:26:38 +0000
committerwiz <wiz@pkgsrc.org>2009-09-28 18:26:38 +0000
commit3bb697d031b68eaa9bc5739c40ddc13f4f2b8c18 (patch)
tree869a60b56becd68021b85a1cc755c84fb1e6a5f8 /x11/qt4-sqlite3
parent9e528ffeb4919e3094f6f47f6551281b01a044d6 (diff)
downloadpkgsrc-3bb697d031b68eaa9bc5739c40ddc13f4f2b8c18.tar.gz
Add pkg-config to TOOLS. Fixes library linking on systems using native
xorg. Suggestion from drochner. Bump PKGREVISION.
Diffstat (limited to 'x11/qt4-sqlite3')
-rw-r--r--x11/qt4-sqlite3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile
index b73bfee2b7d..6eb30766030 100644
--- a/x11/qt4-sqlite3/Makefile
+++ b/x11/qt4-sqlite3/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:15 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/28 18:26:38 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-sqlite3-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= QT sqlite3 driver
CONFIGURE_ARGS+= -I${QTDIR}/include
@@ -13,6 +13,7 @@ CONFIGURE_ARGS+= -L${QTDIR}/lib
CONFIGURE_ARGS+= -system-sqlite
BUILD_QT4= yes
+USE_TOOLS+= pkg-config
do-build:
cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE}