Fix www/cutelyst build. Forgot the linguist tools, which are what
produce the translation files added in previous commit.
This commit is contained in:
parent
37f77baac9
commit
a8a07f94e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505281
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
USES= cmake compiler:c++11-lang localbase qt:5
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= qmake_build buildtools_build \
|
||||
USE_QT= qmake_build buildtools_build linguisttools_build \
|
||||
core network sql
|
||||
|
||||
CMAKE_ARGS= -DBUILD_ALL=OFF \
|
||||
|
|
Loading…
Reference in a new issue