summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-12-15 19:42:46 +0000
committerjoerg <joerg@pkgsrc.org>2013-12-15 19:42:46 +0000
commitc8bb02496a4537b020f4a3a703c17f53cea8a2ab (patch)
tree77b6f3857e928c4129d667b35c63084737f38d2e /net
parent0dc3c667fe9f83a2b87768dc5c3ec71c5ae77278 (diff)
downloadpkgsrc-c8bb02496a4537b020f4a3a703c17f53cea8a2ab.tar.gz
Require qt4-tools to make cmake happy.
Diffstat (limited to 'net')
-rw-r--r--net/mirall/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mirall/Makefile b/net/mirall/Makefile
index 54189c565ae..3cf7a074ae6 100644
--- a/net/mirall/Makefile
+++ b/net/mirall/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/11/23 03:00:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2013/12/15 19:42:46 joerg Exp $
DISTNAME= mirall-1.4.2
PKGREVISION= 1
@@ -47,4 +47,5 @@ pre-configure:
.include "../../net/ocsync/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/qt4-qdbus/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"