Date: Mon, 4 Dec 2023 22:39:38 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 479ea4f4e224 - main - finance/kmymoney: Drop indirect dependencies Message-ID: <202312042239.3B4MdcDT013265@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=479ea4f4e224fc8caa8dc7d036f0eed0a8012d1b commit 479ea4f4e224fc8caa8dc7d036f0eed0a8012d1b Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-12-04 22:23:56 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-12-04 22:39:27 +0000 finance/kmymoney: Drop indirect dependencies --- finance/kmymoney/Makefile | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/finance/kmymoney/Makefile b/finance/kmymoney/Makefile index d3edde3877db..1936a13564b5 100644 --- a/finance/kmymoney/Makefile +++ b/finance/kmymoney/Makefile @@ -14,14 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt LIB_DEPENDS= libalkimia5.so:finance/alkimia \ libKChart.so:graphics/kdiagram -USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ +USES= cmake compiler:c++14-lang desktop-file-utils \ + gettext-runtime:build gettext-tools kde:5 \ pkgconfig qt:5 shared-mime-info shebangfix tar:xz -USE_QT= buildtools:build core dbus gui location network printsupport \ - qmake:build sql testlib:build xml webchannel webengine widgets -USE_KDE= activities archive auth bookmarks codecs completion config \ +USE_QT= buildtools:build core dbus gui network printsupport \ + qmake:build sql testlib:build xml webengine widgets +USE_KDE= activities archive codecs completion config \ configwidgets coreaddons doctools:build ecm:build i18n \ - iconthemes itemmodels itemviews jobwidgets kcmutils \ - kio notifications textwidgets service solid sonnet \ + itemmodels itemviews jobwidgets kcmutils \ + kio notifications textwidgets service sonnet \ wallet widgetsaddons xmlgui USE_LDCONFIG= yes @@ -36,7 +37,7 @@ OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING OFX QUOTES OPTIONS_SUB= yes ADDRESSBOOK_DESC= Address book support -ADDRESSBOOK_USE= kde=akonadi,contacts,identitymanagement,pimtextedit +ADDRESSBOOK_USE= kde=akonadi,contacts,identitymanagement ADDRESSBOOK_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi \ CMAKE_DISABLE_FIND_PACKAGE_KF5Contacts \ CMAKE_DISABLE_FIND_PACKAGE_KF5IdentityManagement @@ -45,10 +46,7 @@ CALENDAR_DESC= iCalendar exporter CALENDAR_LIB_DEPENDS= libical.so:devel/libical CALENDAR_CMAKE_BOOL= ENABLE_LIBICAL -GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme \ - libgpgmepp.so:security/gpgme-cpp \ - libassuan.so:security/libassuan \ - libgpg-error.so:security/libgpg-error +GNUPG_LIB_DEPENDS= libgpgmepp.so:security/gpgme-cpp GNUPG_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gpgmepp \ CMAKE_DISABLE_FIND_PACKAGE_KF5Gpgmepp @@ -84,7 +82,6 @@ WOOB_DESC= Online banking via Web Outside Of Browsers WOOB_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob-qt>0:www/py-woob-qt@${PY_FLAVOR} WOOB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob-qt>0:www/py-woob-qt@${PY_FLAVOR} WOOB_USES= python -WOOB_USE= qt=concurrent WOOB_CMAKE_BOOL= ENABLE_WOOB .if defined(MAINTAINER_MODE)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312042239.3B4MdcDT013265>