diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-03-29 18:16:30 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-03-29 18:16:30 +0000 |
commit | a4a3b5185baa23823a017af464d4a8c87703319a (patch) | |
tree | 700022e959ba096596bfba92b10314264db9165d /security/sssd/Makefile | |
parent | d0932a9ac8a31b5901b985d8d081f1a99d307264 (diff) | |
download | ports-a4a3b5185baa23823a017af464d4a8c87703319a.tar.gz ports-a4a3b5185baa23823a017af464d4a8c87703319a.zip |
Notes
Diffstat (limited to 'security/sssd/Makefile')
-rw-r--r-- | security/sssd/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 8775b22b8573..3187ecdd43a1 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ @@ -37,6 +37,12 @@ BUILD_DEPENDS= xmlcatalog:textproc/libxml2 \ krb5>=1.10:security/krb5 \ nsupdate:dns/bind-tools +USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ + python:2.7 shebangfix gssapi:mit + +USE_LDCONFIG= yes +USE_OPENLDAP= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \ --with-ldb-lib-dir=${LOCALBASE}/lib/shared-modules/ldb \ @@ -55,10 +61,6 @@ PLIST_SUB= PYTHON_VER=${PYTHON_VER} MAKE_ENV+= LINGUAS="bg de eu es fr hu id it ja nb nl pl pt ru sv tg tr uk zh_CN zh_TW" SUB_FILES= pkg-message -USE_LDCONFIG= yes -USE_OPENLDAP= yes -USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ - python:2.7 shebangfix gssapi:mit INSTALL_TARGET= install-strip CPE_VENDOR= fedoraproject |