Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 20:44:21 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1186c4e45c5 - main - finance/skrooge: fix build due to missing build-deps
Message-ID:  <202107112044.16BKiLr2085738@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1186c4e45c502e160b2d922906600ed40748813

commit e1186c4e45c502e160b2d922906600ed40748813
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-11 19:10:25 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-07-11 20:34:45 +0000

    finance/skrooge: fix build due to missing build-deps
---
 finance/skrooge/Makefile | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile
index 2f126d05c644..24dd2f63a628 100644
--- a/finance/skrooge/Makefile
+++ b/finance/skrooge/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	skrooge
 DISTVERSION=	2.25.0
+PORTREVISION=	1
 CATEGORIES=	finance kde
 MASTER_SITES=	KDE/stable/${PORTNAME}
 DIST_SUBDIR=	KDE/${PORTNAME}
@@ -19,15 +20,19 @@ USES=		cmake compiler:c++11-lib desktop-file-utils \
 		shebangfix sqlite:3 tar:xz
 USE_KDE=	activities archive attica5 auth bookmarks codecs completion \
 		config configwidgets coreaddons crash dbusaddons \
-		designerplugin doctools ecm emoticons guiaddons i18n \
+		emoticons guiaddons i18n \
 		iconthemes init itemmodels itemviews jobwidgets \
-		kdelibs4support kio newstuff notifications notifyconfig \
+		kio newstuff notifications notifyconfig \
 		package parts plasma-framework runner service solid sonnet \
 		textwidgets unitconversion wallet widgetsaddons windowsystem \
-		xmlgui
-USE_QT=		concurrent core dbus declarative designer gui network printsupport \
+		xmlgui \
+		doctools_build ecm_build
+# designerplugin is weird: it's defined as a _run dependency, but
+# skrooge checks for it at build-time.
+USE_KDE+=	designerplugin_build
+USE_QT=		concurrent core dbus declarative gui network printsupport \
 		script sql svg webkit widgets xml \
-		qmake_build buildtools_build
+		buildtools_build designer_build qmake_build testlib_build
 SHEBANG_FILES=	plugins/import/skrooge_import_backend/skrooge-sabb.py \
 		skgbankmodeler/skrooge-coinmarketcap.py \
 		skgbankmodeler/skrooge-cryptocompare.py \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107112044.16BKiLr2085738>