Date: Sun, 1 Dec 2019 19:10:25 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518796 - head/misc/ktouch Message-ID: <201912011910.xB1JAPE4064223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912011910.xB1JAPE4064223>