summaryrefslogtreecommitdiff
path: root/security/polkit-qt
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-04-09 23:47:19 +0000
committermarkd <markd@pkgsrc.org>2010-04-09 23:47:19 +0000
commit11d00df5ac73e85b310c81d4d37376234ee9bc8a (patch)
tree9afa557a9683246382fbb20196763e0bd5e9699e /security/polkit-qt
parentc146544e0205d0757a28f4c657dca6c3c78c5d96 (diff)
downloadpkgsrc-11d00df5ac73e85b310c81d4d37376234ee9bc8a.tar.gz
Make sure qmake can be found during the build.
Diffstat (limited to 'security/polkit-qt')
-rw-r--r--security/polkit-qt/Makefile5
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"