git: eef29c1b80fa - 2024Q1 - mail/claws-mail: Link with net/openldap26-client if installed.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Feb 2024 08:25:47 UTC
The branch 2024Q1 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=eef29c1b80fabb8262cb15ba93be0472b2448e39 commit eef29c1b80fabb8262cb15ba93be0472b2448e39 Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2024-02-08 08:15:56 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2024-02-08 08:24:58 +0000 mail/claws-mail: Link with net/openldap26-client if installed. Reported by: Ivan Rozhuk <rozhuk.im@gmail.com> PR: 274190 MFH: 2024Q1 (cherry picked from commit ae03dfaa96e334b41d1f41297aadd99508fc0f49) This commit does not contain the switch to share/man for manpages. --- mail/claws-mail/Makefile | 2 +- mail/claws-mail/Makefile.claws | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 35b29aedfbf4..f1ad2a86c0fa 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= claws-mail -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news COMMENT= Lightweight and featureful GTK based e-mail and news client diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index dc05c10dedf5..7acbd951335e 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -8,7 +8,7 @@ LICENSE= GPLv3 USES+= autoreconf gettext-tools gmake iconv libtool pkgconfig tar:xz GNU_CONFIGURE= yes -CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static .include "${.CURDIR}/../claws-mail/Makefile.ver" .include "${.CURDIR}/../claws-mail/Makefile.claws.plugins"