diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-14 13:21:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-14 13:21:50 +0000 |
commit | a5f74606b5c9d155ca7f8f2f71b3e5379e7e4033 (patch) | |
tree | 7119c7819c8d5918322c4653e65aabd28c9304df /security/sssd | |
parent | 135d0737619ff59a866bdca72c77133b814defde (diff) |
Notes
Diffstat (limited to 'security/sssd')
-rw-r--r-- | security/sssd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index c9aaf66b4053..4401c612405a 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -12,6 +12,7 @@ MAINTAINER= lukas.slebodnik@intrak.sk COMMENT= System Security Services Daemon LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libtalloc.so:${PORTSDIR}/devel/talloc \ @@ -53,10 +54,11 @@ SUB_FILES= pkg-message USE_LDCONFIG= yes USE_OPENLDAP= yes -USES= autoreconf gettext gmake iconv libtool pathfix pkgconfig \ +USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ python:2 shebangfix PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip +CPE_VENDOR= fedoraproject python_CMD= ${SETENV} python2 SHEBANG_FILES= src/tools/sss_obfuscate \ |