aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-11-28 00:18:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-11-28 00:18:41 +0800
commitd8257c52bee693103b8a0e1d7b878a1ac584aad2 (patch)
tree1f6b9f06021bffd7b48e20cec38cdf8ffd7fe5ba /misc
parentaf20869529fba35045d3c05e85d3ead3d0fe24b3 (diff)
downloadfreebsd-ports-gnome-d8257c52bee693103b8a0e1d7b878a1ac584aad2.tar.gz
freebsd-ports-gnome-d8257c52bee693103b8a0e1d7b878a1ac584aad2.tar.zst
freebsd-ports-gnome-d8257c52bee693103b8a0e1d7b878a1ac584aad2.zip
- Add required run-depend. Without it, only empty window is rendered
Approved by: rakuco
Diffstat (limited to 'misc')
-rw-r--r--misc/ktouch/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile
index cca170c0debc..783cf75d82e6 100644
--- a/misc/ktouch/Makefile
+++ b/misc/ktouch/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ktouch
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
@@ -9,6 +10,8 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Touch typing tutor for KDE 4
+RUN_DEPENDS= ${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:${PORTSDIR}/graphics/kqtquickcharts
+
USE_KDE4= kdelibs kdeprefix automoc4
USES= cmake:outsource tar:xz
USE_QT4= corelib declarative opengl phonon script sql xmlpatterns \