Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 19:13: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: 8362970ea67f - main - x11/konsole: pet stage-qa
Message-ID:  <202209051913.285JD9Gc030695@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=8362970ea67f6794498aff3a673e43cb587a2d29

commit 8362970ea67f6794498aff3a673e43cb587a2d29
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:05:14 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:07 +0000

    x11/konsole: pet stage-qa
---
 x11/konsole/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile
index 68e41cc640a7..77906d830d81 100644
--- a/x11/konsole/Makefile
+++ b/x11/konsole/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	konsole
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -13,7 +14,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake compiler:c++11-lang gettext pkgconfig kde:5 \
-		qt:5 tar:xz
+		qt:5 tar:xz xorg
 USE_KDE=	auth attica bookmarks codecs completion config configwidgets \
 		coreaddons crash dbusaddons emoticons globalaccel guiaddons i18n \
 		iconthemes init itemmodels jobwidgets kio \
@@ -23,6 +24,7 @@ USE_KDE=	auth attica bookmarks codecs completion config configwidgets \
 USE_QT=		concurrent core dbus gui network printsupport script scripttools sql \
 		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?202209051913.285JD9Gc030695>