git: 2924196da02e - main - sysutils/monit: allow to build without PAM support.

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jul 14 10:49:40 UTC 2021


The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2924196da02e8dbf43d114d8edb0974154822835

commit 2924196da02e8dbf43d114d8edb0974154822835
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-07-14 10:48:58 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-07-14 10:49:09 +0000

    sysutils/monit: allow to build without PAM support.
    
    PR:     228658
---
 sysutils/monit/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile
index 18391bc5bd94..f3b012cf2f40 100644
--- a/sysutils/monit/Makefile
+++ b/sysutils/monit/Makefile
@@ -24,8 +24,10 @@ PLIST_FILES=	bin/monit \
 
 PORTDOCS=	COPYING CHANGES
 
-OPTIONS_DEFINE=	DOCS SSL
-OPTIONS_DEFAULT=SSL
+OPTIONS_DEFINE=	DOCS PAM SSL
+OPTIONS_DEFAULT=	PAM SSL
+
+PAM_CONFIGURE_OFF=	--without-pam
 
 SSL_USES=		ssl
 SSL_CONFIGURE_OFF=	--without-ssl


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