git: 1f7ff6a990a5 - main - x11-themes/plasma5-oxygen: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:12:54 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f7ff6a990a54570934cca3da6dd535337db3941
commit 1f7ff6a990a54570934cca3da6dd535337db3941
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:05:02 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:02 +0000
x11-themes/plasma5-oxygen: pet stage-qa
---
x11-themes/plasma5-oxygen/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-themes/plasma5-oxygen/Makefile b/x11-themes/plasma5-oxygen/Makefile
index 1607eb116f33..124f97cb3570 100644
--- a/x11-themes/plasma5-oxygen/Makefile
+++ b/x11-themes/plasma5-oxygen/Makefile
@@ -1,5 +1,6 @@
PORTNAME= oxygen
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-themes kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -16,6 +17,6 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \
service wayland widgetsaddons windowsystem
USE_QT= core dbus declarative gui network widgets x11extras xml \
buildtools_build qmake_build
-USE_XORG= xcb
+USE_XORG= x11 xcb
.include <bsd.port.mk>