Date: Mon, 12 Jul 2021 16:18:35 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7b0dbb3afb94 - main - multimedia/subtitlecomposer: add missing build deps Message-ID: <202107121618.16CGIZ0v051960@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b0dbb3afb94ff8ff0299452a045f1848579b833 commit 7b0dbb3afb94ff8ff0299452a045f1848579b833 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2021-07-12 16:12:07 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2021-07-12 16:14:59 +0000 multimedia/subtitlecomposer: add missing build deps --- multimedia/subtitlecomposer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile index f88844805538..561cffe54178 100644 --- a/multimedia/subtitlecomposer/Makefile +++ b/multimedia/subtitlecomposer/Makefile @@ -18,7 +18,7 @@ USES= compiler:c++11-lang cmake desktop-file-utils gettext \ USE_KDE= auth codecs config configwidgets coreaddons ecm_build i18n \ kio kross sonnet textwidgets widgetsaddons xmlgui \ doctools_build -USE_QT= buildtools_build qmake_build core gui widgets +USE_QT= buildtools_build qmake_build testlib_build core gui widgets USE_GITHUB= yes GH_ACCOUNT= maxrd2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107121618.16CGIZ0v051960>