diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-07-14 10:48:58 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-07-14 10:49:09 +0000 |
commit | 2924196da02e8dbf43d114d8edb0974154822835 (patch) | |
tree | 9ebef2ad0930ad94c18c39ae594322edb0a8ecbf | |
parent | df37148b0ac10880dd63abea01d890dcbd4a25bb (diff) | |
download | ports-2924196da02e8dbf43d114d8edb0974154822835.tar.gz ports-2924196da02e8dbf43d114d8edb0974154822835.zip |
sysutils/monit: allow to build without PAM support.
PR: 228658
-rw-r--r-- | sysutils/monit/Makefile | 6 |
1 files 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 |