diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-07 19:47:42 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-08 18:40:48 +0000 |
commit | e99626d3a74ff916b31df9a31b20c7c74c01add6 (patch) | |
tree | 5f783ed94633447d6fdd7cbd4c3bc2f1793e5d3d | |
parent | dc3822042f6e9cde38d9a0ef40a7f847a4f57e2c (diff) | |
download | ports-e99626d3a74ff916b31df9a31b20c7c74c01add6.tar.gz ports-e99626d3a74ff916b31df9a31b20c7c74c01add6.zip |
deskutils/plasma5-sddm-kcm: Point to correct SDDM configuration dirs.
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r-- | deskutils/plasma5-sddm-kcm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/plasma5-sddm-kcm/Makefile b/deskutils/plasma5-sddm-kcm/Makefile index 0e6c7ee7bdfc..bf358c4f79c3 100644 --- a/deskutils/plasma5-sddm-kcm/Makefile +++ b/deskutils/plasma5-sddm-kcm/Makefile @@ -1,5 +1,6 @@ PORTNAME= sddm-kcm DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -16,4 +17,7 @@ USE_QT= concurrent core dbus declarative designer gui network uiplugin \ buildtools:build qmake:build USE_XORG= ice sm x11 xcb xcursor xext xfixes +CMAKE_ARGS= -DSDDM_CONFIG_FILE:FILEPATH=${LOCALBASE}/etc/sddm.conf \ + -DSDDM_CONFIG_DIR:PATH=${LOCALBASE}/etc/sddm.conf.d + .include <bsd.port.mk> |