aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/kdetoys-kde4
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-02-23 03:03:17 +0800
committertcberner <tcberner@FreeBSD.org>2018-02-23 03:03:17 +0800
commitac5d54d2ae0d4bdb1d91507a4de47bc726e1c019 (patch)
tree3aad51132f546ad79059b32784badc3f6a42c8ff /x11-clocks/kdetoys-kde4
parentc5cfcc04963e6321cc90d144cb3bc9adbff4cf0f (diff)
downloadfreebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.gz
freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.zst
freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.zip
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
Diffstat (limited to 'x11-clocks/kdetoys-kde4')
-rw-r--r--x11-clocks/kdetoys-kde4/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk>