git: ce9f5897f977 - main - lang/kf5-kross: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:58 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce9f5897f977b1394c7abbe8f8720d65ca2c5cbe
commit ce9f5897f977b1394c7abbe8f8720d65ca2c5cbe
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:26 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:23 +0000
lang/kf5-kross: pet stage-qa
---
lang/kf5-kross/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lang/kf5-kross/Makefile b/lang/kf5-kross/Makefile
index 71017a6e8476..e57ead292ceb 100644
--- a/lang/kf5-kross/Makefile
+++ b/lang/kf5-kross/Makefile
@@ -1,11 +1,12 @@
PORTNAME= kross
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= lang kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 multi-language application scripting
-USES= cmake compiler:c++11-lib gettext gl kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext gl kde:5 qt:5 tar:xz xorg
USE_GL= gl
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons i18n iconthemes itemviews \
@@ -15,5 +16,6 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
USE_QT= concurrent core dbus gui network script uiplugin \
uitools widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>