Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 15:51:34 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df8aba93b326 - main - x11-themes/qtcurve-kf5: make dependency on doctools explicit
Message-ID:  <202104231551.13NFpYDL086643@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

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

commit df8aba93b3266eb365eea7b2928807fb899ec8b8
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-04-23 15:49:48 +0000
Commit:     Tobias C. Berner <tcberner@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



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