git: bbc52b040136 - main - deskutils/birdtray: add missing build dependency on linguisttools

Tobias C. Berner tcberner at FreeBSD.org
Wed Jul 14 15:46:18 UTC 2021


The branch main has been updated by tcberner:

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

commit bbc52b0401369419af23629923ff1cbc0d0e5266
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-14 15:45:00 +0000
Commit:     Tobias C. Berner <tcberner at 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
 


More information about the dev-commits-ports-all mailing list