Date: Mon, 09 Mar 2026 18:59:14 +0000 From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4bdd0086090f - main - security/courier-authlib: Switch to LIB_DEPENDS for module dependencies Message-ID: <69af1882.22a9f.174b99af@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bdd0086090f0963224e1a314dd4885afd644b9c commit 4bdd0086090f0963224e1a314dd4885afd644b9c Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2026-03-09 18:58:36 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2026-03-09 18:58:36 +0000 security/courier-authlib: Switch to LIB_DEPENDS for module dependencies PR: 293399 --- security/courier-authlib/Makefile.dep | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/security/courier-authlib/Makefile.dep b/security/courier-authlib/Makefile.dep index 75c9877edb2a..3ca9783f813b 100644 --- a/security/courier-authlib/Makefile.dep +++ b/security/courier-authlib/Makefile.dep @@ -8,24 +8,24 @@ #.include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MAUTH_LDAP} -BUILD_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthldap.so:net/courier-authlib-ldap +LIB_DEPENDS+= libauthldap.so:net/courier-authlib-ldap .endif .if ${PORT_OPTIONS:MAUTH_MYSQL} -BUILD_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthmysql.so:databases/courier-authlib-mysql +LIB_DEPENDS+= libauthmysql.so:databases/courier-authlib-mysql .endif .if ${PORT_OPTIONS:MAUTH_PGSQL} -BUILD_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthpgsql.so:databases/courier-authlib-pgsql +LIB_DEPENDS+= libauthpgsql.so:databases/courier-authlib-pgsql .endif .if ${PORT_OPTIONS:MAUTH_SQLITE} -BUILD_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthsqlite.so:databases/courier-authlib-sqlite +LIB_DEPENDS+= libauthsqlite.so:databases/courier-authlib-sqlite .endif .if ${PORT_OPTIONS:MAUTH_USERDB} .if ${PORT_OPTIONS:MGDBM} -BUILD_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthuserdb.so:databases/courier-authlib-usergdbm +LIB_DEPENDS+= libauthuserdb.so:databases/courier-authlib-usergdbm .else -BUILD_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthuserdb.so:databases/courier-authlib-userdb +LIB_DEPENDS+= libauthuserdb.so:databases/courier-authlib-userdb .endif .endif .if ${PORT_OPTIONS:MAUTH_VCHKPW} -BUILD_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthvchkpw.so:mail/courier-authlib-vchkpw +LIB_DEPENDS+= libauthvchkpw.so:mail/courier-authlib-vchkpw .endifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1882.22a9f.174b99af>
