From ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019 Mon Sep 17 00:00:00 2001 From: tcberner Date: Thu, 22 Feb 2018 19:03:17 +0000 Subject: Give the KDE SC4 applications ports a -kde4 suffix In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413 --- x11-clocks/kdetoys-kde4/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-clocks/kdetoys-kde4') diff --git a/x11-clocks/kdetoys-kde4/Makefile b/x11-clocks/kdetoys-kde4/Makefile index b248927e8dea..105ff73a74f0 100644 --- a/x11-clocks/kdetoys-kde4/Makefile +++ b/x11-clocks/kdetoys-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kdetoys PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks kde PKGNAMESUFFIX= -kde4 @@ -15,12 +15,12 @@ OPTIONS_DEFINE= AMOR KTEATIME KTUX OPTIONS_DEFAULT= ${OPTIONS_DEFINE} AMOR_DESC= Small animation which sits on top of active window -AMOR_RUN_DEPENDS= ${KDE_PREFIX}/bin/amor:x11-clocks/amor +AMOR_RUN_DEPENDS= ${KDE_PREFIX}/bin/amor:x11-clocks/amor-kde4 KTEATIME_DESC= Handy timer for steeping tea -KTEATIME_RUN_DEPENDS= ${KDE_PREFIX}/bin/kteatime:x11-clocks/kteatime +KTEATIME_RUN_DEPENDS= ${KDE_PREFIX}/bin/kteatime:x11-clocks/kteatime-kde4 KTUX_DESC= Tux-in-a-Spaceship screen saver -KTUX_RUN_DEPENDS= ${KDE_PREFIX}/bin/ktux:x11-clocks/ktux +KTUX_RUN_DEPENDS= ${KDE_PREFIX}/bin/ktux:x11-clocks/ktux-kde4 .include -- cgit