summaryrefslogtreecommitdiff
path: root/x11/qt4-sqlite3
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-14 06:33:44 +0000
committerhasso <hasso@pkgsrc.org>2009-06-14 06:33:44 +0000
commit302dd2c2ef8ff3b1aff91d23c9b77a7f511637c9 (patch)
treeb44831216eb27657e7bdb94482aca10ed700aea1 /x11/qt4-sqlite3
parent58d9a10e8ffbfe7d9e7646698afabde9a0d73dae (diff)
downloadpkgsrc-302dd2c2ef8ff3b1aff91d23c9b77a7f511637c9.tar.gz
Make these actually build.
Diffstat (limited to 'x11/qt4-sqlite3')
-rw-r--r--x11/qt4-sqlite3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile
index 299e50c6d2c..14829400080 100644
--- a/x11/qt4-sqlite3/Makefile
+++ b/x11/qt4-sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/09/03 09:35:18 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/14 06:33:44 hasso Exp $
.include "../../x11/qt4-libs/Makefile.common"
@@ -12,6 +12,7 @@ CONFIGURE_ARGS+= -system-sqlite
BUILD_QT4= yes
do-build:
+ cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE}
cd ${WRKSRC}/src/tools/moc && env ${MAKE_ENV} ${GMAKE}
cd ${WRKSRC}/src/plugins/sqldrivers/sqlite && env ${MAKE_ENV} ${GMAKE}