diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-04-23 13:04:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-04-23 13:04:11 +0000 |
commit | 33634159f7ff67534e8c8e8a0def13da77039e23 (patch) | |
tree | ab976844c9116b087e4b301f96285dd917904ca8 /security/sssd/Makefile | |
parent | a7e6f6e408e652931e3f0b5720754f21e43c4430 (diff) | |
download | ports-33634159f7ff67534e8c8e8a0def13da77039e23.tar.gz ports-33634159f7ff67534e8c8e8a0def13da77039e23.zip |
Notes
Diffstat (limited to 'security/sssd/Makefile')
-rw-r--r-- | security/sssd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index e923e16bef76..d4f087b2d3d4 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ @@ -32,7 +32,7 @@ BUILD_DEPENDS= xmlcatalog:textproc/libxml2 \ xsltproc:textproc/libxslt \ xmlcatmgr:textproc/xmlcatmgr \ krb5>=1.10:security/krb5 \ - nsupdate:dns/bind911 + nsupdate:dns/bind-tools GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \ |