svn commit: r505281 - head/www/cutelyst
Adriaan de Groot
adridg at FreeBSD.org
Fri Jun 28 10:27:51 UTC 2019
Author: adridg
Date: Fri Jun 28 10:27:49 2019
New Revision: 505281
URL: https://svnweb.freebsd.org/changeset/ports/505281
Log:
Fix www/cutelyst build. Forgot the linguist tools, which are what
produce the translation files added in previous commit.
Modified:
head/www/cutelyst/Makefile
Modified: head/www/cutelyst/Makefile
==============================================================================
--- head/www/cutelyst/Makefile Fri Jun 28 10:15:04 2019 (r505280)
+++ head/www/cutelyst/Makefile Fri Jun 28 10:27:49 2019 (r505281)
@@ -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 \
More information about the svn-ports-all
mailing list