summaryrefslogtreecommitdiff
path: root/x11/qt4-mysql
diff options
context:
space:
mode:
authorhasso <hasso>2009-06-13 11:55:50 +0000
committerhasso <hasso>2009-06-13 11:55:50 +0000
commit1ab3875fc92c880b3fdde31376f7167dbc4daccf (patch)
treec9c705e10685055a7cc1f2efc7661f8a110627df /x11/qt4-mysql
parent0b91c10e3f4cab3a667fb86f7d4619edbf15336b (diff)
downloadpkgsrc-1ab3875fc92c880b3fdde31376f7167dbc4daccf.tar.gz
Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changelog
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as starting point.
Diffstat (limited to 'x11/qt4-mysql')
-rw-r--r--x11/qt4-mysql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile
index 0bcbdd302d0..82622e037e7 100644
--- a/x11/qt4-mysql/Makefile
+++ b/x11/qt4-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 20:39:42 markd Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/13 11:55:51 hasso Exp $
.include "../../x11/qt4-libs/Makefile.common"
@@ -11,6 +11,7 @@ CONFIGURE_ARGS+= -L${QTDIR}/lib
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/mysql && env ${MAKE_ENV} ${GMAKE}