View | Details | Raw Unified | Return to bug 257529
Collapse All | Expand All

(-)b/net/openldap24-server/Makefile (-1 / +3 lines)
Lines 185-191 CONFIGURE_ARGS= --with-threads=posix \ Link Here
185
			--enable-dynamic
185
			--enable-dynamic
186
186
187
187
188
GSSAPI_RUN_DEPENDS+=	cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi
188
.if ${PORT_OPTIONS:MGSSAPI}
189
RUN_DEPENDS+=	cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi
190
.endif
189
191
190
LIB_DEPENDS+=		libsasl2.so:security/cyrus-sasl2
192
LIB_DEPENDS+=		libsasl2.so:security/cyrus-sasl2
191
CONFIGURE_ARGS+=	--with-cyrus-sasl
193
CONFIGURE_ARGS+=	--with-cyrus-sasl

Return to bug 257529