[52206] trunk/dports/databases
Ryan Schmidt
ryandesign at macports.org
Fri Jun 12 01:43:30 PDT 2009
On Jun 12, 2009, at 01:13, blb at macports.org wrote:
> Revision: 52206
> http://trac.macports.org/changeset/52206
> Author: blb at macports.org
> Date: 2009-06-11 23:13:17 -0700 (Thu, 11 Jun 2009)
> Log Message:
> -----------
> New port - databases/libdbi-drivers, Drivers for libdbi; ticket #19425
> +variant mysql5 description "Include drivers for MySQL" {
> + configure.args-append --with-mysql --with-mysql-incdir=$
> {prefix}/include/mysql5 \
> + --with-mysql-libdir=${prefix}/lib/mysql5/mysql
> + depends_lib-append port:mysql5
> +}
Could we have "path:bin/mysql_config5:mysql5" here instead of
"port:mysql5" so that mysql5-devel could be allowed to satisfy the
dependency?
More information about the macports-dev
mailing list