diff options
| author | Xin LI <delphij@FreeBSD.org> | 2021-08-01 01:31:01 -0700 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2021-08-01 01:32:35 -0700 |
| commit | 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 (patch) | |
| tree | b859452da4f6b6583b7d951258145569954d1c63 /security/heimdal | |
| parent | f120f8cf68b0d0bb041abc594667a66ac695784b (diff) | |
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
Diffstat (limited to 'security/heimdal')
| -rw-r--r-- | security/heimdal/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index d40b987d587e..593300c823c6 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -2,6 +2,7 @@ PORTNAME= heimdal PORTVERSION= 7.7.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ @@ -98,10 +99,6 @@ CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MLDAP} -WANT_OPENLDAP_SASL?= yes -.endif - post-extract: @${MKDIR} ${WRKSRC}/kpasswdd-cracklib ${INSTALL_DATA} ${FILESDIR}/kpasswdd-cracklib.c \ |
