diff options
Diffstat (limited to 'mail/neomutt/Makefile')
-rw-r--r-- | mail/neomutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 0de7b3a2bee2..7758a1fe5579 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ urlview:textproc/urlview LIB_DEPENDS= libpcre2-posix.so:devel/pcre2 -USES= cpe iconv:translit localbase ncurses perl5 shebangfix ssl +USES= cpe iconv:translit localbase ncurses perl5 pkgconfig shebangfix ssl USE_GITHUB= yes USE_PERL5= build @@ -68,7 +68,7 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 -IDN_CONFIGURE_ON= idn2 +IDN_CONFIGURE_ON= --idn2 FLOCK_CONFIGURE_ON= --with-lock=flock |