diff options
Diffstat (limited to 'x11-clocks/kdetoys-kde4/Makefile')
-rw-r--r-- | x11-clocks/kdetoys-kde4/Makefile | 8 |
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> |