svn commit: r437737 - branches/2017Q2/devel/kf5-extra-cmake-modules
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Apr 4 14:16:13 UTC 2017
Author: rakuco
Date: Tue Apr 4 14:16:12 2017
New Revision: 437737
URL: https://svnweb.freebsd.org/changeset/ports/437737
Log:
MFH: r437576
Make devel/qt5-help a build-time dependency.
It is only used to produce the .qch file, so it does not need to be present at
runtime. This turns kf5-e-c-m into a port that has no dependency on Qt5 (or
basically any other port), which makes it easier to depend on it.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D10234
Approved by: ports-secteam (junovitch)
Modified:
branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile
Directory Properties:
branches/2017Q2/ (props changed)
Modified: branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile
==============================================================================
--- branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile Tue Apr 4 14:07:34 2017 (r437736)
+++ branches/2017Q2/devel/kf5-extra-cmake-modules/Makefile Tue Apr 4 14:16:12 2017 (r437737)
@@ -3,6 +3,7 @@
PORTNAME= extra-cmake-modules
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde at FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-CMAKE-SC
USES= cmake:outsource kde:5 tar:xz
USE_QT5= #
-DOCS_USE= QT5=help
+DOCS_USE= QT5=help_build # qt5-help is only used to build a .qch file.
TEST_USE= QT5=buildtools_build,linguisttools_build,qmake_build
NO_ARCH= yes
More information about the svn-ports-branches
mailing list