summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-02-20 17:27:18 +0000
committerwiz <wiz@pkgsrc.org>2022-02-20 17:27:18 +0000
commit0f50cf72a726e0e572878408afb748e5e941c860 (patch)
treec492c778105708336d2ac6ab7c2022061bdcb03e /x11
parent9f148ce5e3ceb871d989f0f2453731de22ef9cd4 (diff)
downloadpkgsrc-0f50cf72a726e0e572878408afb748e5e941c860.tar.gz
xscreensaver: update pam comments
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xscreensaver/options.mk b/x11/xscreensaver/options.mk
index 67ac02d1846..c0458e810a7 100644
--- a/x11/xscreensaver/options.mk
+++ b/x11/xscreensaver/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.15 2022/02/18 22:58:05 wiz Exp $
+# $NetBSD: options.mk,v 1.16 2022/02/20 17:27:18 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xscreensaver
PKG_SUPPORTED_OPTIONS= pam
-PKG_SUGGESTED_OPTIONS= # pam # needs fixing, complains about missing /etc/pam.d/xscreensaver
+PKG_SUGGESTED_OPTIONS= # pam
.include "../../mk/bsd.options.mk"
@@ -12,6 +12,7 @@ CONFIGURE_ARGS+= --with-pam
CONFIGURE_ARGS+= --without-shadow
. if ${OPSYS} == "NetBSD"
# needed to read shadow passwords
+# please follow pam-pwauth_suid's MESSAGE file to enable unlocking
DEPENDS+= pam-pwauth_suid-[0-9]*:../../security/pam-pwauth_suid
. endif
.else