From 8c5cae686647af28384b7fb8669c567b48c20283 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 15 Feb 2024 22:24:48 -0800 Subject: [PATCH] x11/xlockmore: Add dtsaver option Add option to support CDE dtsaver support --- x11/xlockmore/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 62127c8e88e1..10f4189a3463 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -27,7 +27,7 @@ PORTDOCS= README ${PORTNAME}.README OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ KERBEROS5 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \ - XINERAMA DOCS + XINERAMA DTSAVER DOCS OPTIONS_RADIO= ONE OPTIONS_RADIO_ONE= PAM XLOCK_GROUP OPTIONS_DEFAULT= MB XINERAMA @@ -45,6 +45,7 @@ XLOCK_GROUP_DESC= Allow xlock group to logout TIME_BOMB_DESC= Allow autologout CUSTOMIZATION_DESC= Allow tune through resource file JP_DESC= Japanese Language Support +DTSVER_DESC= Enable CDE dtsaver Support NO_OPTIONS_SORT= yes @@ -70,6 +71,7 @@ BLANK_ONLY_CONFIGURE_ENABLE= blank-only MB_CONFIGURE_ENABLE= mb SYSLOG_CONFIGURE_ENABLE= syslog XINERAMA_CONFIGURE_WITH= xinerama +DTSAVER_CONFIGURE_WITH= dtsaver XINERAMA_USE= xorg=xinerama DISABLE_ALLOW_ROOT_CONFIGURE_ON= --disable-allow-root XLOCK_GROUP_CONFIGURE_ENABLE= xlock-group -- 2.43.2