comparison security/polkit/polkit.sh @ 657:b0fd9c97761e

vanilla: fix all dependencies
author David Demelier <markand@malikania.fr>
date Tue, 30 Jul 2019 20:40:00 +0200
parents 25cecc6dca48
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
656:3c112022e2a2 657:b0fd9c97761e
36 36
37 if [ "$PAM" = "yes" ]; then 37 if [ "$PAM" = "yes" ]; then
38 PKGDEPENDS="security/linux-pam $PKGDEPENDS" 38 PKGDEPENDS="security/linux-pam $PKGDEPENDS"
39 with_pam="--with-authfw=pam" 39 with_pam="--with-authfw=pam"
40 else 40 else
41 PKGDEPENDS="core/shadow $PKGDEPENDS" 41 PKGDEPENDS="security/shadow $PKGDEPENDS"
42 with_pam="--with-authfw=shadow" 42 with_pam="--with-authfw=shadow"
43 fi 43 fi
44 44
45 build() 45 build()
46 { 46 {