Date: Wed, 14 Jul 2021 15:46:18 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bbc52b040136 - main - deskutils/birdtray: add missing build dependency on linguisttools Message-ID: <202107141546.16EFkIDv065773@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbc52b0401369419af23629923ff1cbc0d0e5266 commit bbc52b0401369419af23629923ff1cbc0d0e5266 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-07-14 15:45:00 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-14 15:46:03 +0000 deskutils/birdtray: add missing build dependency on linguisttools The dependency was previously pulled in transitively. PR: 257100 --- deskutils/birdtray/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deskutils/birdtray/Makefile b/deskutils/birdtray/Makefile index c96acac4fb33..4a93fcff8bfd 100644 --- a/deskutils/birdtray/Makefile +++ b/deskutils/birdtray/Makefile @@ -14,7 +14,7 @@ USES= cmake compiler:c++11-lib gettext kde:5 localbase qt:5 tar:xz \ USE_XORG= x11 USE_KDE= i18n USE_QT= core gui network svg widgets x11extras buildtools_build \ - qmake_build + linguisttools_build qmake_build USE_GITHUB= yes GH_ACCOUNT= gyunaev
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141546.16EFkIDv065773>