git: 80df02c5cbfa - main - net/openldap24-server: Fix GSSAPI dependency

Xin LI delphij at FreeBSD.org
Sun Aug 1 19:10:17 UTC 2021


The branch main has been updated by delphij:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80df02c5cbfa308542602c54645bbc574031316f

commit 80df02c5cbfa308542602c54645bbc574031316f
Author:     Xin LI <delphij at FreeBSD.org>
AuthorDate: 2021-08-01 19:08:52 +0000
Commit:     Xin LI <delphij at FreeBSD.org>
CommitDate: 2021-08-01 19:10:11 +0000

    net/openldap24-server: Fix GSSAPI dependency
    
    <OPTION>_RUN_DEPENDS has to appear before bsd.options.mk.
    
    PR:             257529
---
 net/openldap24-server/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 89c87dfd1348..160ac1f471b1 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -145,6 +145,8 @@ OPENLDAP_PKGFILESUFX=
 
 CONFIGURE_SED=		-e 's,uuid/uuid.h,xxuuid/uuid.h,g'
 
+GSSAPI_RUN_DEPENDS+=	cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi
+
 .include <bsd.port.options.mk>
 
 .if defined(CLIENT_ONLY)
@@ -185,8 +187,6 @@ CONFIGURE_ARGS=		--with-threads=posix \
 			--enable-dynamic
 
 
-GSSAPI_RUN_DEPENDS+=	cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi
-
 LIB_DEPENDS+=		libsasl2.so:security/cyrus-sasl2
 CONFIGURE_ARGS+=	--with-cyrus-sasl
 


More information about the dev-commits-ports-main mailing list