On 2022-09-27, Jon Fineman <j...@fineman.me> wrote: > I wanted to compile neomutt in ports and add gpgme. In the Makefile I > set FLAVOR as below. > FLAVOR?= gpgme
Don't edit the Makefile for this, set it in the environment: FLAVOR=gpgme make package > But when I run make it builds > /usr/ports/pobj/neomutt-20220429/build-amd64 > without gpgme. See neomutt -v below. > > When I build the FLAVOR for notmuch I get my expected module in: > /usr/ports/pobj/neomutt-20220429-notmuch > > I don't see a path of: > /usr/ports/pobj/neomutt-20220429-gpgme > > desktop(/usr/ports/pobj)$: ls -ltrd neomutt-20220429* > drwxr-xr-x 5 jjf jjf 1024 Sep 26 15:02 neomutt-20220429-notmuch > drwxr-xr-x 5 jjf jjf 1024 Sep 27 12:05 neomutt-20220429 > > > What am I missing on setting? My goal is to build gpgme+notmuch. For this you want FLAVOR="gpgme notmuch" make package Or just use packages, this is one of the combinations of flavours which is built by default.