diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 12:22:15 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 12:58:27 +0000 |
commit | d131046d851dfa4cd639360ff32c908c03219089 (patch) | |
tree | 556a8cd6134ff5fcb9b07d56c27ee79946eb631c /x11 | |
parent | c085af1e81472458f64d957aab5e9a9e0580d8ca (diff) | |
download | ports-d131046d851dfa4cd639360ff32c908c03219089.tar.gz ports-d131046d851dfa4cd639360ff32c908c03219089.zip |
x11/plasma5-plasma-workspace: Fix CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma5-plasma-workspace/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile index e330a3cfdcd3..a3c28312eac0 100644 --- a/x11/plasma5-plasma-workspace/Makefile +++ b/x11/plasma5-plasma-workspace/Makefile @@ -46,6 +46,8 @@ USE_QT= concurrent core dbus declarative graphicaleffects gui network \ paths_run quickcontrols_run USE_XORG= ice sm x11 xau xcb xcomposite xcursor xext xfixes xft xkbfile xrender xtst +CPE_VENDOR= kde + CMAKE_OFF= BUILD_TESTING # In 5.15 a file was moved from x11/plasma5-plasma-desktop to x11/plasma5-plasma-workspace: |