svn commit: r408682 - head/devel/qt5-linguisttools
Raphael Kubo da Costa
rakuco at FreeBSD.org
Thu Feb 11 10:34:40 UTC 2016
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 at 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
More information about the svn-ports-head
mailing list