diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-03-18 15:35:21 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-03-18 15:35:21 +0300 |
commit | 7ae0619fd86960751b7b89c6edd46ff989d9ffae (patch) | |
tree | 6b749d0360312a585075310fbd7898f01d43d413 | |
parent | graphics/togl: add a soname (diff) |
devel/kf6-ki18n: add missing dependency
-rw-r--r-- | devel/kf6-ki18n/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/kf6-ki18n/Makefile b/devel/kf6-ki18n/Makefile index 5c421680f918..8530dedc30fa 100644 --- a/devel/kf6-ki18n/Makefile +++ b/devel/kf6-ki18n/Makefile @@ -1,10 +1,14 @@ PORTNAME= ki18n DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Advanced internationalization framework MAINTAINER= kde@FreeBSD.org +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes +RUN_DEPENDS= iso-codes>=0:misc/iso-codes + USES= cmake gettext kde:6 qt:6 tar:xz USE_KDE= ecm:build USE_QT= base declarative |