diff options
author | pi <pi@FreeBSD.org> | 2016-05-29 22:29:30 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-29 22:29:30 +0800 |
commit | 4142eb772ca5c44ca77ed43c204fb4a044544ed6 (patch) | |
tree | c059ec4d22c9e50efac772fd0c84265b5f7803bf /x11 | |
parent | 1542cd95db0971648c35a3068226f43a15b54d23 (diff) | |
download | freebsd-ports-graphics-4142eb772ca5c44ca77ed43c204fb4a044544ed6.tar.gz freebsd-ports-graphics-4142eb772ca5c44ca77ed43c204fb4a044544ed6.tar.zst freebsd-ports-graphics-4142eb772ca5c44ca77ed43c204fb4a044544ed6.zip |
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)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma-scriptengine-ruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/plasma-scriptengine-ruby/Makefile b/x11/plasma-scriptengine-ruby/Makefile index 4c577fdaa35..e8248943d22 100644 --- a/x11/plasma-scriptengine-ruby/Makefile +++ b/x11/plasma-scriptengine-ruby/Makefile @@ -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 |