Date: Wed, 3 May 2023 01:47:23 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f86035f464ab - main - mail/enma: Fix typo from previous commit Message-ID: <202305030147.3431lNud004578@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f86035f464aba7ce3a8484619059c49b8c91d04d commit f86035f464aba7ce3a8484619059c49b8c91d04d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 01:46:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 01:46:50 +0000 mail/enma: Fix typo from previous commit --- mail/enma/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/enma/Makefile b/mail/enma/Makefile index a28c9f21a0fd..9fa659ab90af 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-ssl-incdir=${OPENSSLINC} \ USES= gmake libtool perl5 ssl BROKEN_SSL= openssl30 openssl31 -BROKEN_SSL_REASON- Fails to build with error: undefined reference due to --no-allow-shlib-undefined: EVP +BROKEN_SSL_REASON= Fails to build with error undefined reference due to --no-allow-shlib-undefined: EVP USE_RC_SUBR= milter-enma USE_LDCONFIG= yes USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305030147.3431lNud004578>