summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2014-01-04 23:46:26 +0000
committerjoerg <joerg>2014-01-04 23:46:26 +0000
commitb0c2646038e94ebc1ce2c75db43006f50e258a8e (patch)
tree6d7b9e04557b4cfbd04b1722fed82100f0870d3e /x11
parentaf4dd282dab8cb0d82a264bbd37947f179ced6bb (diff)
downloadpkgsrc-b0c2646038e94ebc1ce2c75db43006f50e258a8e.tar.gz
Honor wrappers.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtbase/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index a419ee7f6de..29cb2759fd3 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2013/12/30 06:37:11 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.8 2014/01/04 23:46:26 joerg Exp $
# used by x11/qt5-dbus/Makefile
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
@@ -189,7 +189,8 @@ 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} && ${QTPREFIX}/bin/qmake -o Makefile
+ cd ${WRKSRC}/${BUILD_DIRS} && \
+ ${PKGSRC_SETENV} ${_CONFIGURE_SCRIPT_ENV} ${QTPREFIX}/bin/qmake -o Makefile
.endif
.include "../../devel/zlib/buildlink3.mk"