pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/ktouch



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jul 23 21:11:59 UTC 2017

Modified Files:
        pkgsrc/misc/ktouch: Makefile

Log Message:
Add missing dependencies (PR pkg/52423)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/ktouch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ktouch/Makefile
diff -u pkgsrc/misc/ktouch/Makefile:1.32 pkgsrc/misc/ktouch/Makefile:1.33
--- pkgsrc/misc/ktouch/Makefile:1.32    Sun Apr 30 01:21:52 2017
+++ pkgsrc/misc/ktouch/Makefile Sun Jul 23 21:11:59 2017
@@ -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"



Home | Main Index | Thread Index | Old Index