diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index aa3d8dafa4..7bd8b6369b 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -167,6 +167,9 @@ PORTDOCS= CHANGES drafts rfc .if ${CLIENT_ONLY} == sasl PORT_OPTIONS+= SASL +.if ${PORT_OPTIONS:MGSSAPI} +RUN_DEPENDS+= cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi +.endif .endif .if defined(USE_OPENLDAP) BROKEN= you have USE_OPENLDAP variable defined either in environment or in make(1) arguments; please undefine and try again