diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:19 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:07:09 +0300 |
commit | eb8d6b3bb5412e1e1beca2f273135dfec7ddbb50 (patch) | |
tree | 23ec0cf9a1704a62b888d3892b0c65ea34d8df29 /x11/plasma5-plasma-integration | |
parent | b9a396188aaa7853f8042bf7fbe96cfb3d6cedca (diff) | |
download | freebsd-ports-eb8d6b3bb5412e1e1beca2f273135dfec7ddbb50.zip |
x11/plasma5-plasma-integration: pet stage-qa
Diffstat (limited to 'x11/plasma5-plasma-integration')
-rw-r--r-- | x11/plasma5-plasma-integration/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile index 39108e95600b..8bcae3fdf919 100644 --- a/x11/plasma5-plasma-integration/Makefile +++ b/x11/plasma5-plasma-integration/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-integration DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -17,7 +18,7 @@ USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ USE_QT= concurrent core dbus declarative gui network quickcontrols2 \ widgets x11extras xml \ buildtools_build qmake_build -USE_XORG= xcb xcursor +USE_XORG= x11 xcb xcursor SHEBANG_FILES= src/platformtheme/fonts_akregator.pl \ src/platformtheme/fonts_global.pl \ |