diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2026-03-05 12:15:05 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2026-03-05 12:15:05 +0000 |
| commit | c091c3ff9bd95686c9c46214e3d6f6609c290d51 (patch) | |
| tree | a37d7e91795a744812aa417316c42777c667d32b | |
| parent | dc725162ae6e0502417937f71c187f1583b3550e (diff) | |
textproc/fcitx5-configtool: Clean up port Makefile
after migration to Qt6 and dropping Qt5 flavor.
| -rw-r--r-- | textproc/fcitx5-configtool/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/fcitx5-configtool/Makefile b/textproc/fcitx5-configtool/Makefile index e0df71f36e57..90d009d178bf 100644 --- a/textproc/fcitx5-configtool/Makefile +++ b/textproc/fcitx5-configtool/Makefile @@ -10,9 +10,6 @@ WWW= https://github.com/fcitx/fcitx5-configtool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt -qt5_PKGNAMESUFFIX= -qt5 -qt6_PKGNAMESUFFIX= -qt6 - LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \ libFcitx5Qt6DBusAddons.so:textproc/fcitx5-qt@qt6 \ libxkbcommon.so:x11/libxkbcommon @@ -26,10 +23,8 @@ USE_GL= opengl PLIST_SUB= VER=${PORTVERSION} -LIB_DEPENDS+= libKF6Svg.so:graphics/kf6-ksvg \ - libKF6KCMUtilsQuick.so:devel/kf6-kcmutils -USE_KDE= config coreaddons ecm i18n iconthemes itemviews \ - kdeclarative kirigami2 libplasma package service \ +USE_KDE= config coreaddons ecm i18n iconthemes itemviews kcmutils \ + kdeclarative kirigami2 libplasma package service svg \ widgetsaddons USE_QT= base declarative CMAKE_OFF= ENABLE_TEST |
