Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 14:16:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496063 - head/www/falkon
Message-ID:  <201903171416.x2HEGvP0099007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Mar 17 14:16:57 2019
New Revision: 496063
URL: https://svnweb.freebsd.org/changeset/ports/496063

Log:
  Remove linguist_build from USE_QT.
  
  This was added in r493225 without a clear explanation. There are no mentions of
  linguist in the source code, and testbuilding the port without it also works
  fine.
  
  Approved by:	tcberner
  Differential Revision:	https://reviews.freebsd.org/D19575

Modified:
  head/www/falkon/Makefile

Modified: head/www/falkon/Makefile
==============================================================================
--- head/www/falkon/Makefile	Sun Mar 17 14:16:03 2019	(r496062)
+++ head/www/falkon/Makefile	Sun Mar 17 14:16:57 2019	(r496063)
@@ -16,7 +16,7 @@ USES=		cmake desktop-file-utils kde:5 qt:5 ssl tar:xz
 USE_KDE=	ecm_build i18n
 USE_QT=		core dbus declarative gui location network printsupport \
 		sql webchannel webengine widgets x11extras \
-		buildtools_build qmake_build linguist_build
+		buildtools_build qmake_build
 USE_XORG=	xcb
 
 USE_LDCONFIG=	yes



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