Ticket #53007: Portfile-neomutt.diff
File Portfile-neomutt.diff, 815 bytes (added by slaptijack (Scott Hebert), 8 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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$3 2 4 3 PortSystem 1.0 5 4 PortGroup github 1.0 … … 150 149 variant sidebar description {Add a sidebar with a list of folders} { 151 150 configure.args-replace --disable-sidebar --enable-sidebar 152 151 } 152 variant 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 } 153 156 variant smtp description {Include internal SMTP relay support} { 154 157 configure.args-replace --disable-smtp --enable-smtp 155 158 }