svn commit: r518796 - head/misc/ktouch

Tobias C. Berner tcberner at FreeBSD.org
Sun Dec 1 19:10:26 UTC 2019


Author: tcberner
Date: Sun Dec  1 19:10:25 2019
New Revision: 518796
URL: https://svnweb.freebsd.org/changeset/ports/518796

Log:
  misc/ktouch: fix runtime by adding missing dependency
  
  PR:		242315
  Submitted by:	Trenton Schulz <trueos at norwegianrockcat.com>

Modified:
  head/misc/ktouch/Makefile

Modified: head/misc/ktouch/Makefile
==============================================================================
--- head/misc/ktouch/Makefile	Sun Dec  1 19:02:09 2019	(r518795)
+++ head/misc/ktouch/Makefile	Sun Dec  1 19:10:25 2019	(r518796)
@@ -2,10 +2,13 @@
 
 PORTNAME=	ktouch
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	misc kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Touch typing tutor for KDE
+
+RUN_DEPENDS=	kqtquickcharts>=${KDE_APPLICATIONS_VERSION}:graphics/kqtquickcharts
 
 USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \


More information about the svn-ports-all mailing list