git: 3b7216031fba - main - devel/plasma5-plasma-sdk: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:20 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3b7216031fbaa7e7c1c35a75b43a13d8f547b74d
commit 3b7216031fbaa7e7c1c35a75b43a13d8f547b74d
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:54 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:10 +0000
devel/plasma5-plasma-sdk: pet stage-qa
---
devel/plasma5-plasma-sdk/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/devel/plasma5-plasma-sdk/Makefile b/devel/plasma5-plasma-sdk/Makefile
index ef4fd8b7e856..f5a155cbacf6 100644
--- a/devel/plasma5-plasma-sdk/Makefile
+++ b/devel/plasma5-plasma-sdk/Makefile
@@ -1,19 +1,21 @@
PORTNAME= plasma-sdk
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 applications useful for Plasma development
-USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons dbusaddons ecm i18n iconthemes itemmodels \
jobwidgets kdeclarative kio kirigami2 newstuff package parts \
- plasma-framework service sonnet texteditor textwidgets \
- widgetsaddons windowsystem xmlgui \
+ plasma-framework service solid sonnet syntaxhighlighting \
+ texteditor textwidgets widgetsaddons windowsystem xmlgui \
doctools_build
USE_QT= concurrent core dbus declarative gui network webkit widgets \
x11extras xml \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>