git: d6cc5599e04b - main - devel/kf5-ki18n: add missed dependency on iso-codes to provide a correct translations for countries, country subdivisions, languages and currencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 22:38:43 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6cc5599e04b946626e8744c2061e6ee4fc42a72 commit d6cc5599e04b946626e8744c2061e6ee4fc42a72 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-10-28 22:36:25 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-10-28 22:36:25 +0000 devel/kf5-ki18n: add missed dependency on iso-codes to provide a correct translations for countries, country subdivisions, languages and currencies --- devel/kf5-ki18n/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/kf5-ki18n/Makefile b/devel/kf5-ki18n/Makefile index 0fdaf420515c..af056817b4b1 100644 --- a/devel/kf5-ki18n/Makefile +++ b/devel/kf5-ki18n/Makefile @@ -1,13 +1,16 @@ PORTNAME= ki18n DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 advanced internationalization framework +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes +RUN_DEPENDS= iso-codes>=0:misc/iso-codes + USES= cmake compiler:c++11-lib gettext-runtime \ - gettext-tools:build,run kde:5 qt:5 tar:xz + gettext-tools:build,run kde:5 pkgconfig qt:5 tar:xz USE_KDE= ecm:build USE_QT= core declarative network \ buildtools:build qmake:build testlib:build