> On Feb 22, 2015, at 7:40 PM, [email protected] wrote:
>
> Revision
> 133173
> Author
> [email protected]
> 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.
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev