diff options
author | markd <markd@pkgsrc.org> | 2009-11-25 09:47:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-11-25 09:47:10 +0000 |
commit | 895d3097f21b16b0bf76ae5b40d8680c09ba033f (patch) | |
tree | 10b439f981121f62cb8191add4c79a437f03bf1e | |
parent | f4f92cc2cfda51f1d7b7c98bba71c071f5d1f731 (diff) | |
download | pkgsrc-895d3097f21b16b0bf76ae5b40d8680c09ba033f.tar.gz |
Needs qt4-tools to build. (Thanks wiz)
-rw-r--r-- | security/polkit-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/polkit-qt/Makefile b/security/polkit-qt/Makefile index c6a61cec5fb..801f8715c1c 100644 --- a/security/polkit-qt/Makefile +++ b/security/polkit-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/21 20:04:06 markd Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/25 09:47:10 markd Exp $ DISTNAME= polkit-qt-0.9.2 CATEGORIES= security @@ -22,6 +22,7 @@ PKGCONFIG_OVERRIDE+= polkit-qt-core.pc.cmake polkit-qt-gui.pc.cmake polkit-qt.pc .include "../../security/policykit/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" .include "../../x11/qt4-qdbus/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |