Date: Thu, 27 Nov 2014 16:18:41 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373499 - head/misc/ktouch Message-ID: <201411271618.sARGIft7015085@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Nov 27 16:18:41 2014 New Revision: 373499 URL: https://svnweb.freebsd.org/changeset/ports/373499 QAT: https://qat.redports.org/buildarchive/r373499/ Log: - Add required run-depend. Without it, only empty window is rendered Approved by: rakuco Modified: head/misc/ktouch/Makefile Modified: head/misc/ktouch/Makefile ============================================================================== --- head/misc/ktouch/Makefile Thu Nov 27 16:14:14 2014 (r373498) +++ head/misc/ktouch/Makefile Thu Nov 27 16:18:41 2014 (r373499) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411271618.sARGIft7015085>