diff options
Diffstat (limited to 'security/sudo/Makefile')
| -rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index cfbabb3824dc..f6d7a24aa003 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,6 @@ PORTNAME= sudo PORTVERSION= 1.9.17p2 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SUDO @@ -90,7 +91,8 @@ SSL_CONFIGURE_ON= --enable-openssl=${OPENSSLBASE} .if ${FLAVOR:U} == sssd RUN_DEPENDS+= sssd:security/sssd2 -CONFIGURE_ARGS+= --with-sssd +CONFIGURE_ARGS+= --with-sssd \ + --with-sssd-conf=${LOCALBASE}/etc/sssd/sssd.conf .endif LOGFAC?= authpriv |
