svn commit: r462686 - head/x11/kde-workspace-kde4

Tobias C. Berner tcberner at FreeBSD.org
Fri Feb 23 11:44:18 UTC 2018


Author: tcberner
Date: Fri Feb 23 11:44:17 2018
New Revision: 462686
URL: https://svnweb.freebsd.org/changeset/ports/462686

Log:
  Fix dependencies of the RUBY and PYTHON option
  
  PR:		225992
  Reported by:	CraigW <ctyz1999+bugzilla at gmail.com>

Modified:
  head/x11/kde-workspace-kde4/Makefile

Modified: head/x11/kde-workspace-kde4/Makefile
==============================================================================
--- head/x11/kde-workspace-kde4/Makefile	Fri Feb 23 10:58:40 2018	(r462685)
+++ head/x11/kde-workspace-kde4/Makefile	Fri Feb 23 11:44:17 2018	(r462686)
@@ -96,10 +96,10 @@ KACTIVITY_DESC=		Activity Manager daemon
 KACTIVITY_RUN_DEPENDS=	${KDE_PREFIX}/bin/kactivitymanagerd:x11/kactivitymanagerd
 
 PYTHON_DESC=		Python plasmoids support
-PYTHON_RUN_DEPENDS=	${KDE_PREFIX}/share/apps/plasma_scriptengine_python/plasma_importer.py:x11/plasma-scriptengine-python
+PYTHON_RUN_DEPENDS=	${KDE_PREFIX}/share/apps/plasma_scriptengine_python/plasma_importer.py:x11/plasma-scriptengine-python-kde4
 
 RUBY_DESC=		Ruby plasmoids support
-RUBY_RUN_DEPENDS=	${KDE_PREFIX}/share/apps/plasma_scriptengine_ruby/applet.rb:x11/plasma-scriptengine-ruby
+RUBY_RUN_DEPENDS=	${KDE_PREFIX}/share/apps/plasma_scriptengine_ruby/applet.rb:x11/plasma-scriptengine-ruby-kde4
 
 UPOWER_DESC=		Power management via UPower
 UPOWER_RUN_DEPENDS=	${LOCALBASE}/libexec/upowerd:sysutils/upower


More information about the svn-ports-all mailing list