svn commit: r496063 - head/www/falkon

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 17 14:16:58 UTC 2019


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


More information about the svn-ports-all mailing list