summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deskutils/plasma6-sddm-kcm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/plasma6-sddm-kcm/Makefile b/deskutils/plasma6-sddm-kcm/Makefile
index 78c55dac02b3..caa24a227430 100644
--- a/deskutils/plasma6-sddm-kcm/Makefile
+++ b/deskutils/plasma6-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
@@ -12,4 +13,7 @@ USE_KDE= archive auth colorscheme config configwidgets coreaddons i18n \
USE_GL= gl opengl
USE_QT= base declarative
+CMAKE_ARGS= -DSDDM_CONFIG_FILE:FILEPATH=${LOCALBASE}/etc/sddm.conf \
+ -DSDDM_CONFIG_DIR:PATH=${LOCALBASE}/etc/sddm.conf.d
+
.include <bsd.port.mk>