svn commit: r416110 - head/x11/plasma-scriptengine-ruby

Kurt Jaeger pi at FreeBSD.org
Sun May 29 14:29:31 UTC 2016


Author: pi
Date: Sun May 29 14:29:30 2016
New Revision: 416110
URL: https://svnweb.freebsd.org/changeset/ports/416110

Log:
  x11/plasma-scriptengine-ruby: fix build
  
  The commit r415864 (aka "Remove expired misc/kdehier4 and update
  all of its consumers to not reference it any longer") for
  x11/plasma-scriptengine-ruby dropped "kdelibs". This re-adds
  kdelibs to USE_KDE4.
  
  PR:		209835
  Submitted by:	Tobias C.Berner <tcberner at gmail.com> (kde)

Modified:
  head/x11/plasma-scriptengine-ruby/Makefile

Modified: head/x11/plasma-scriptengine-ruby/Makefile
==============================================================================
--- head/x11/plasma-scriptengine-ruby/Makefile	Sun May 29 14:26:57 2016	(r416109)
+++ head/x11/plasma-scriptengine-ruby/Makefile	Sun May 29 14:29:30 2016	(r416110)
@@ -10,7 +10,7 @@ DIST_SUBDIR=	KDE/${PORTVERSION}
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Plasma scriptengine for Ruby
 
-USE_KDE4=	korundum automoc4
+USE_KDE4=	kdelibs korundum automoc4
 USE_QT4=	qmake_build moc_build uic_build rcc_build
 USE_RUBY=	yes
 DISTINFO_FILE=	${PORTSDIR}/x11/kde4-workspace/distinfo


More information about the svn-ports-head mailing list