Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2019 10:27:50 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505281 - head/www/cutelyst
Message-ID:  <201906281027.x5SARoR2083230@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906281027.x5SARoR2083230>