[133173] trunk/dports/mail/alpine/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Mar 1 23:12:51 PST 2015
> On Feb 22, 2015, at 7:40 PM, larryv at macports.org wrote:
>
> Revision
> 133173
> Author
> larryv at macports.org
> Date
> 2015-02-22 17:40:47 -0800 (Sun, 22 Feb 2015)
> Log Message
>
> alpine: Swap negative variants for positive ones
> Modified Paths
>
> • trunk/dports/mail/alpine/Portfile
> +variant without_tcl conflicts tcl description {Legacy variant} {}
> +if {![variant_isset tcl]} {
> + default_variants +without_tcl
> +}
without_tcl is a legacy variant so it seems like there shouldn't be any cases when it is enabled by default.
> +variant tcl description {Tcl support (required by Alpine Web} {
> + # Should we force MacPorts' Tcl?
> + configure.args-delete --without-tcl
> +}
Probably yes.
More information about the macports-dev
mailing list