Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2016 10:34:38 +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: r408682 - head/devel/qt5-linguisttools
Message-ID:  <201602111034.u1BAYcSj026667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Feb 11 10:34:38 2016
New Revision: 408682
URL: https://svnweb.freebsd.org/changeset/ports/408682

Log:
  Readd lang/qt5-qml as a build-dependency after r407169.
  
  lupdate needs QmlDevTools; if the dependency is not present, an update
  might try to use an older qt5-qml version and fail.
  
  No PORTREVISION bump necessary: the generated package does not change,
  and if the port built successfully it means the right qt5-qml version
  was used.
  
  PR:		207098

Modified:
  head/devel/qt5-linguisttools/Makefile

Modified: head/devel/qt5-linguisttools/Makefile
==============================================================================
--- head/devel/qt5-linguisttools/Makefile	Thu Feb 11 09:33:53 2016	(r408681)
+++ head/devel/qt5-linguisttools/Makefile	Thu Feb 11 10:34:38 2016	(r408682)
@@ -8,7 +8,7 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt localization tools
 
-USE_QT5=	core xml buildtools_build
+USE_QT5=	core xml buildtools_build qml_build
 QT_DIST=	tools
 USES=		qmake
 



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