summaryrefslogtreecommitdiff
path: root/x11/qt5-qtbase
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r--x11/qt5-qtbase/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index 189a1641df1..c110703847d 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.common,v 1.11 2014/08/28 10:58:19 jperkin Exp $
+
+
+# $NetBSD: Makefile.common,v 1.12 2014/12/25 13:51:13 wiz Exp $
# used by x11/qt5-dbus/Makefile
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
@@ -191,8 +193,10 @@ pre-configure: remove-3rdparty-libs set-qmake-conf
&& empty(PKGPATH:Mx11/qt5-mysql) && empty(PKGPATH:Mx11/qt5-psql) \
&& empty(PKGPATH:Mx11/qt5-odbc)
post-configure:
- cd ${WRKSRC}/${BUILD_DIRS} && \
+.for d in ${BUILD_DIRS}
+ cd ${WRKSRC}/${d} && \
${PKGSRC_SETENV} ${_CONFIGURE_SCRIPT_ENV} ${QTPREFIX}/bin/qmake -o Makefile
+.endfor
.endif
.include "../../converters/libiconv/buildlink3.mk"