diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-14 15:45:00 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-14 15:46:03 +0000 |
commit | bbc52b0401369419af23629923ff1cbc0d0e5266 (patch) | |
tree | 98f10c55909c09c312d4b3127761501f6fd1e6ec | |
parent | 3503faa90d94d9abd5903e7d29aeab346fe49b17 (diff) | |
download | ports-bbc52b0401369419af23629923ff1cbc0d0e5266.tar.gz ports-bbc52b0401369419af23629923ff1cbc0d0e5266.zip |
deskutils/birdtray: add missing build dependency on linguisttools
The dependency was previously pulled in transitively.
PR: 257100
-rw-r--r-- | deskutils/birdtray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |