Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 19:11:09 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eeff26e81875 - main - misc/kwordquiz: pet stage-qa
Message-ID:  <202209051911.285JB9Rv027334@gitrepo.freebsd.org>

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

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

commit eeff26e8187518415e4eb8567c38301a37bc7e9a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:35 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:27 +0000

    misc/kwordquiz: pet stage-qa
---
 misc/kwordquiz/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/misc/kwordquiz/Makefile b/misc/kwordquiz/Makefile
index 9f9a8b96b0e0..e1e753657dcd 100644
--- a/misc/kwordquiz/Makefile
+++ b/misc/kwordquiz/Makefile
@@ -1,11 +1,13 @@
 PORTNAME=	kwordquiz
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	misc education kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Flash card trainer for KDE Applications
 
-USES=		cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang desktop-file-utils gettext \
+		kde:5 qt:5 tar:xz xorg
 USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
 		coreaddons crash doctools emoticons guiaddons i18n \
 		iconthemes init itemmodels itemviews jobwidgets kdeclarative \
@@ -15,6 +17,7 @@ USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
 		ecm_build
 USE_QT=		core dbus gui network phonon4 printsupport widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 OPTIONS_DEFINE=	DOCS
 



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