[90656] trunk/dports/databases/libzdb/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Mar 11 14:53:02 PDT 2012
On Mar 11, 2012, at 16:47, pixilla at macports.org wrote:
> Revision: 90656
> http://trac.macports.org/changeset/90656
> Author: pixilla at macports.org
> Date: 2012-03-11 14:47:11 -0700 (Sun, 11 Mar 2012)
> Log Message:
> -----------
> database/libzdb:
> - Install documentation.
>
> Modified Paths:
> --------------
> trunk/dports/databases/libzdb/Portfile
> variant mysql5 description {Enable MySQL support} {
>
> depends_lib-append path:bin/mysql_config55:mysql5
> configure.args-delete --without-mysql
> - configure.args-append --with-mysql=${prefix}/bin/mysql_config5
> + configure.args-append --with-mysql=${prefix}/bin/mysql_config55
> }
The variant should probably be called mysql55, and the depends_lib line could reference port:mysql55. (The dependency currently is wrong; the mysql5 port does not provide a binary mysql_config55.)
More information about the macports-dev
mailing list