> On Jul 30, 2014, at 1:09 AM, [email protected] wrote:
> 
> Revision
> 122797
> Author
> [email protected]
> Date
> 2014-07-29 23:09:11 -0700 (Tue, 29 Jul 2014)
> Log Message
> 
> htcondor: optionally disable kerberos5 dependency (fixes #44456)
> Modified Paths
> 
>       • trunk/dports/science/htcondor/Portfile


> +variant kerberos description {enable Kerberos5 support} {
> +    depends_lib-append port:kerberos5
> +    configure.args-strsed s/-DWITH_KRB5:BOOL="0"/-DWITH_KRB5:BOOL="1"/
> +}

Note that the -replace operator is usually simpler to use than the -strsed 
operator.


_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to