summaryrefslogtreecommitdiff
path: root/finance/skrooge
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2022-09-11 12:20:14 +0200
committerFelix Palmen <zirias@FreeBSD.org>2022-09-11 12:20:14 +0200
commitddae4e92d8313a1461145e3b4f0232fe463feaee (patch)
treee84ab3fcfdf00dbf560f8ef9ae031d0c2ed252f5 /finance/skrooge
parentx11-toolkits/gtk40: update to 4.8.0 (diff)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
Diffstat (limited to 'finance/skrooge')
-rw-r--r--finance/skrooge/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile
index e1a80f133c88..318ce3d00703 100644
--- a/finance/skrooge/Makefile
+++ b/finance/skrooge/Makefile
@@ -27,13 +27,13 @@ USE_KDE= activities archive attica5 auth bookmarks codecs completion \
package parts plasma-framework runner service solid sonnet \
textwidgets unitconversion wallet widgetsaddons windowsystem \
xmlgui \
- doctools_build ecm_build
+ 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_KDE+= designerplugin:build
USE_QT= concurrent core dbus declarative designer gui network \
printsupport script sql svg webkit widgets xml \
- buildtools_build designer_build qmake_build testlib_build
+ buildtools:build designer:build qmake:build testlib:build
USE_XORG= x11
SHEBANG_FILES= plugins/import/skrooge_import_backend/skrooge-sabb.py \
skgbankmodeler/skrooge-coinmarketcap.py \