summaryrefslogtreecommitdiff
path: root/misc/ktouch
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2017-07-23 21:11:59 +0000
committermarkd <markd@pkgsrc.org>2017-07-23 21:11:59 +0000
commit986ae67102fb9ca0d0e1ae706d6187a7f4243be7 (patch)
tree9906e111cddb7a80b1b22efb0c4ca5584da97fe8 /misc/ktouch
parentbf1d1cba55d1e9699fba87d8a75065cdfe9d0357 (diff)
downloadpkgsrc-986ae67102fb9ca0d0e1ae706d6187a7f4243be7.tar.gz
Add missing dependencies (PR pkg/52423)
Diffstat (limited to 'misc/ktouch')
-rw-r--r--misc/ktouch/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile
index e790be635ea..1f1d7532d44 100644
--- a/misc/ktouch/Makefile
+++ b/misc/ktouch/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2017/04/30 01:21:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2017/07/23 21:11:59 markd Exp $
DISTNAME= ktouch-${_KDE_VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= misc
COMMENT= KDE touch typing tutor
@@ -9,6 +9,9 @@ COMMENT= KDE touch typing tutor
.include "../../meta-pkgs/kde4/kde4.mk"
+DEPENDS+= kqtquickcharts-[0-9]*:../../graphics/kqtquickcharts4
+DEPENDS+= qt4-sqlite3-[0-9]*:../../x11/qt4-sqlite3
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/kdelibs4/buildlink3.mk"