Skip to content

Commit

Permalink
mail/neomutt: unbreak build in a clean environment (+)
Browse files Browse the repository at this point in the history
* Declare direct dependency on a pkgconfig
* Fix --idn2 configure option typo

Reported by:	poudriere bulk -t
Approved by:	portmgr blanket
  • Loading branch information
fluffykhv committed Apr 3, 2023
1 parent fe047d8 commit 155104e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mail/neomutt/Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 155104e

Please sign in to comment.