diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 07:12:24 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-03 09:19:20 +0000 |
commit | 8ce1cb77d50312f98388006b6b825cee928d9e56 (patch) | |
tree | 8f8d94f5fdb8b4630b1c36e39deb2e16fda2176f | |
parent | c7d82d062a4b18b64330cb290c3cd30a5bfc7be4 (diff) | |
download | ports-8ce1cb77d50312f98388006b6b825cee928d9e56.tar.gz ports-8ce1cb77d50312f98388006b6b825cee928d9e56.zip |
security/plasma5-kscreenlocker: Fix CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/plasma5-kscreenlocker/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/plasma5-kscreenlocker/Makefile b/security/plasma5-kscreenlocker/Makefile index 53c2d5c519a1..d18bf37e97ee 100644 --- a/security/plasma5-kscreenlocker/Makefile +++ b/security/plasma5-kscreenlocker/Makefile @@ -23,6 +23,8 @@ USE_QT= core dbus declarative gui network qdbus widgets x11extras xml \ buildtools_build qmake_build testlib_build USE_XORG= ice sm x11 xcb xcursor xext xi +CPE_VENDOR= kde + SHEBANG_FILES= updaters/ksreenlocker_5_3_separate_autologin.pl .include <bsd.port.mk> |