diff options
author | adridg <adridg@FreeBSD.org> | 2018-03-23 19:00:37 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-03-23 19:00:37 +0800 |
commit | 5b57231923c63df774f9ce651061fd121b78cab7 (patch) | |
tree | 926347f3ca3811ff8c51446c417f83606156fba1 /misc | |
parent | 76e488acb14caa3979c8cb89716110b7edd80724 (diff) | |
download | freebsd-ports-gnome-5b57231923c63df774f9ce651061fd121b78cab7.tar.gz freebsd-ports-gnome-5b57231923c63df774f9ce651061fd121b78cab7.tar.zst freebsd-ports-gnome-5b57231923c63df774f9ce651061fd121b78cab7.zip |
Resurrect sysutils/filelight-kde4. When the port was updated (to a modern,
functional version) the KDE4 metaport kdeutils-kde4 (and also the meta-
metaport x11/kde4) gained a surprising dependency on KDE Frameworks 5.
Since we're renaming and moving stuff around in preparation for landing
modern KDE, give the KDE4 purists their old software back.
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeutils-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdeutils-kde4/Makefile b/misc/kdeutils-kde4/Makefile index a2a79df96ac5..eb6ce74dec54 100644 --- a/misc/kdeutils-kde4/Makefile +++ b/misc/kdeutils-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc kde PKGNAMESUFFIX= -kde4 @@ -21,7 +21,7 @@ ARK_DESC= Archiving tool Ark ARK_RUN_DEPENDS= ${KDE_PREFIX}/bin/ark:archivers/ark-kde4 FILELIGHT_DESC= File system viewer Filelight -FILELIGHT_RUN_DEPENDS= ${KDE_PREFIX}/bin/filelight:sysutils/filelight +FILELIGHT_RUN_DEPENDS= ${KDE_PREFIX}/bin/filelight:sysutils/filelight-kde4 KCALC_DESC= Scientific calculator KCalc KCALC_RUN_DEPENDS= ${KDE_PREFIX}/bin/kcalc:math/kcalc-kde4 |