Date: Sun, 1 Aug 2021 19:10:16 GMT From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 80df02c5cbfa - main - net/openldap24-server: Fix GSSAPI dependency Message-ID: <202108011910.171JAGED076543@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=80df02c5cbfa308542602c54645bbc574031316f commit 80df02c5cbfa308542602c54645bbc574031316f Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2021-08-01 19:08:52 +0000 Commit: Xin LI <delphij@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108011910.171JAGED076543>