Date: Sun, 29 May 2016 14:29:30 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416110 - head/x11/plasma-scriptengine-ruby Message-ID: <201605291429.u4TETUGR083899@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605291429.u4TETUGR083899>