git: df8aba93b326 - main - x11-themes/qtcurve-kf5: make dependency on doctools explicit

Tobias C. Berner tcberner at FreeBSD.org
Fri Apr 23 15:51:35 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=df8aba93b3266eb365eea7b2928807fb899ec8b8

commit df8aba93b3266eb365eea7b2928807fb899ec8b8
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-04-23 15:49:48 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-04-23 15:51:29 +0000

    x11-themes/qtcurve-kf5: make dependency on doctools explicit
    
    - add missing build dependency on kf5-kdoctools
    
    Reported by:    fluffy
---
 x11-themes/qtcurve/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-themes/qtcurve/Makefile b/x11-themes/qtcurve/Makefile
index a8f995982071..61ecd7975a79 100644
--- a/x11-themes/qtcurve/Makefile
+++ b/x11-themes/qtcurve/Makefile
@@ -79,8 +79,9 @@ WITH_qt5=	On # required for KF5
 PKGNAMEPREFIX=	kf5-style-
 USES+=		kde:5 qt:5
 USE_KDE=	archive completion config configwidgets coreaddons \
-		ecm_build frameworkintegration guiaddons i18n iconthemes \
-		init kdelibs4support kio widgetsaddons windowsystem xmlgui
+		frameworkintegration guiaddons i18n iconthemes \
+		init kdelibs4support kio widgetsaddons windowsystem xmlgui \
+		doctools_build ecm_build
 USE_QT=		core dbus gui printsupport svg widgets x11extras \
 		buildtools_build qmake_build
 BUILD_WRKSRC=	${WRKSRC}/qt5


More information about the dev-commits-ports-all mailing list