diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-29 14:57:32 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-29 14:57:32 +0000 |
commit | 7fb391ce404db45831a5276f371e1c1e98865509 (patch) | |
tree | 29527d123807acd4506a96c4408e1e401a8b98e4 /security/sssd/Makefile | |
parent | 891b9dc622e8e19a2baa29f876c99aefe462ade9 (diff) | |
download | ports-7fb391ce404db45831a5276f371e1c1e98865509.tar.gz ports-7fb391ce404db45831a5276f371e1c1e98865509.zip |
Notes
Diffstat (limited to 'security/sssd/Makefile')
-rw-r--r-- | security/sssd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 4401c612405a..0b2e7e3966e7 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd DISTVERSION= 1.11.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -26,7 +26,6 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libunistring.so:${PORTSDIR}/devel/libunistring \ libnss3.so:${PORTSDIR}/security/nss \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libkrb5.so:${PORTSDIR}/security/krb5 \ libinotify.so:${PORTSDIR}/devel/libinotify BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \ docbook-xsl>=1:${PORTSDIR}/textproc/docbook-xsl \ @@ -55,7 +54,7 @@ SUB_FILES= pkg-message USE_LDCONFIG= yes USE_OPENLDAP= yes USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ - python:2 shebangfix + python:2 shebangfix gssapi:mit PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip CPE_VENDOR= fedoraproject |