gdm: another unused PLIST variable

This commit is contained in:
nia 2020-11-05 11:14:45 +01:00
parent 56a1faa1c4
commit a9eb85deb2
1 changed files with 0 additions and 4 deletions

View File

@ -21,13 +21,9 @@ CONFIGURE_ARGS+= --with-console-kit=yes
CONFIGURE_ARGS+= --with-console-kit=no
.endif
PLIST_VARS+= pam
.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --enable-authentication-scheme=pam
. if ${PAM_DEFAULT} == "linux-pam"
PLIST.pam= yes
. endif
.elif exists(/etc/shadow)
CONFIGURE_ARGS+= --enable-authentication-scheme=shadow
.else