Ticket #53007: Portfile-neomutt.diff

File Portfile-neomutt.diff, 815 bytes (added by slaptijack (Scott Hebert), 8 years ago)
  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id$
    32
    43PortSystem          1.0
    54PortGroup           github 1.0
     
    150149variant sidebar description {Add a sidebar with a list of folders} {
    151150    configure.args-replace      --disable-sidebar --enable-sidebar
    152151}
     152variant slang description {Use S-lang instead of ncurses} {
     153    configure.args-replace      --with-curses=${prefix} --with-slang=${prefix}
     154    depends_lib-replace          port:ncurses port:slang2
     155}
    153156variant smtp description {Include internal SMTP relay support} {
    154157    configure.args-replace      --disable-smtp --enable-smtp
    155158}