[122797] trunk/dports/science/htcondor/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Aug 5 19:18:10 PDT 2014


> On Jul 30, 2014, at 1:09 AM, aronnax at macports.org wrote:
> 
> Revision
> 122797
> Author
> aronnax at macports.org
> 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.




More information about the macports-dev mailing list