From 11d00df5ac73e85b310c81d4d37376234ee9bc8a Mon Sep 17 00:00:00 2001 From: markd Date: Fri, 9 Apr 2010 23:47:19 +0000 Subject: Make sure qmake can be found during the build. --- security/polkit-qt/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security') 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" -- cgit v1.2.3