diff options
author | markd <markd> | 2010-04-09 23:47:19 +0000 |
---|---|---|
committer | markd <markd> | 2010-04-09 23:47:19 +0000 |
commit | 98c28d136bd842da45608a13715b3a41a2e82261 (patch) | |
tree | 9afa557a9683246382fbb20196763e0bd5e9699e /security/polkit-qt | |
parent | 3c8056fe53df73d0672e9d2359a6c068511c8dc1 (diff) | |
download | pkgsrc-98c28d136bd842da45608a13715b3a41a2e82261.tar.gz |
Make sure qmake can be found during the build.
Diffstat (limited to 'security/polkit-qt')
-rw-r--r-- | security/polkit-qt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/polkit-qt/Makefile b/security/polkit-qt/Makefile index 1f424b1415a..cb74cbaec41 100644 --- a/security/polkit-qt/Makefile +++ b/security/polkit-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/02/16 14:08:38 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/04/09 23:47:19 markd Exp $ DISTNAME= polkit-qt-0.9.3 CATEGORIES= security @@ -20,6 +20,9 @@ USE_CMAKE= yes PKGCONFIG_OVERRIDE+= polkit-qt-core.pc.cmake polkit-qt-gui.pc.cmake polkit-qt.pc.cmake +pre-configure: + ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ + .include "../../security/policykit/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" |