diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-04-04 00:24:32 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-04-04 00:27:35 +0300 |
commit | 155104e682b9f0ab9fca68dbfe156ff1edee3b2e (patch) | |
tree | daad8f41f0c4d8b47628ecae6778d4cd2dbadb6f /mail/neomutt | |
parent | fe047d8d41088c238d14904ae9bf8c98b8151f63 (diff) | |
download | freebsd-ports-155104e682b9f0ab9fca68dbfe156ff1edee3b2e.zip |
mail/neomutt: unbreak build in a clean environment (+)
* Declare direct dependency on a pkgconfig
* Fix --idn2 configure option typo
Reported by: poudriere bulk -t
Approved by: portmgr blanket
Diffstat (limited to 'mail/neomutt')
-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 |