svn commit: r373499 - head/misc/ktouch

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 27 16:18:42 UTC 2014


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 at 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 \


More information about the svn-ports-head mailing list