summaryrefslogtreecommitdiff
path: root/polish
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 /polish
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 'polish')
-rw-r--r--polish/kadu/Makefile4
-rw-r--r--polish/qnapi/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index 05d6b51554f8..514d1274af60 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -40,8 +40,8 @@ USE_GNOME= glib20
USE_QT= concurrent core dbus declarative gui multimedia network \
script scripttools sql webkit widgets x11extras \
xml xmlpatterns \
- buildtools_build linguisttools_build testlib_build \
- qmake_build imageformats_run sql-sqlite3_run
+ buildtools:build linguisttools:build testlib:build \
+ qmake:build imageformats:run sql-sqlite3:run
# Setting KADU_VERSION disables git invocation
CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \
-DENABLE_TESTS=OFF
diff --git a/polish/qnapi/Makefile b/polish/qnapi/Makefile
index 1c8b35dde474..0c50a70691e0 100644
--- a/polish/qnapi/Makefile
+++ b/polish/qnapi/Makefile
@@ -20,7 +20,7 @@ USE_GITHUB= yes
USES= compiler:c++11-lib gl pkgconfig qmake qt:5
USE_GL= gl
-USE_QT= buildtools_build core gui network widgets xml
+USE_QT= buildtools:build core gui network widgets xml
CXXFLAGS+= -I${LOCALBASE}/include/maia