Re: mutt-devel build issues, freebsd
On Wed, May 20, 2009 at 09:53:13AM -0700, Jason Helfman wrote:
> I am unable to port any MAKE options into mutt-build port on FreeBSD,
> and wondering if I am doing this correctly.
>
> I have put these into make.conf
>
> WITH_MUTT_IMAP_HEADER_CACHE=yes
> WITH_MUTT_CYRUS_SASL=yes
> WITH_MUTT_ASPELL=yes
> WITH_MUTT_SIDEBAR_PATCH=yes
> WITH_MUTT_DEBUG=yes
.if ${.CURDIR:M*/mail/mutt-devel}
WITH_MUTT_IMAP_HEADER_CACHE=yes
WITH_MUTT_CYRUS_SASL=yes
WITH_MUTT_ASPELL=yes
WITH_MUTT_SIDEBAR_PATCH=yes
WITH_MUTT_DEBUG=yes
WITH_MUTT_FOO=bar
.endif
% make -C /usr/ports/mail/mutt-devel -V WITH_MUTT_FOO
bar
--
George