diff options
Diffstat (limited to 'mail/neomutt/Makefile')
-rw-r--r-- | mail/neomutt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index a4026ee45af2..a767e79e2211 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,5 @@ PORTNAME= neomutt -PORTVERSION= 20250510 -PORTREVISION= 1 +PORTVERSION= 20250905 CATEGORIES= mail MAINTAINER= gahr@FreeBSD.org @@ -12,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ urlview:textproc/urlview -LIB_DEPENDS= libpcre2-posix.so:devel/pcre2 +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= cpe iconv:translit localbase ncurses perl5 pkgconfig python:env shebangfix ssl @@ -70,7 +69,7 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 -IDN_CONFIGURE_ON= --idn2 +IDN_CONFIGURE_OFF= --disable-idn2 FLOCK_CONFIGURE_ON= --with-lock=flock @@ -78,7 +77,6 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --sasl GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme \ - libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error GPGME_CONFIGURE_ENABLE= gpgme |