diff options
author | markd <markd> | 2009-11-25 09:47:10 +0000 |
---|---|---|
committer | markd <markd> | 2009-11-25 09:47:10 +0000 |
commit | 9cb298b98ef18d558299ed01d6e13a6a4532a9e9 (patch) | |
tree | 10b439f981121f62cb8191add4c79a437f03bf1e /security | |
parent | 0df8ff9e894b7f68b456b0e8906c54e54e2dfaeb (diff) | |
download | pkgsrc-9cb298b98ef18d558299ed01d6e13a6a4532a9e9.tar.gz |
Needs qt4-tools to build. (Thanks wiz)
Diffstat (limited to 'security')
-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" |