svn commit: r337329 - head/databases/mysql-proxy
Antoine Brodin
antoine at FreeBSD.org
Tue Dec 24 10:38:14 UTC 2013
On Tue, Dec 24, 2013 at 11:35 AM, Olivier Duchateau
<duchateau.olivier at gmail.com> wrote:
> 2013/12/24 Antoine Brodin <antoine at freebsd.org>:
>> Author: antoine
>> Date: Tue Dec 24 10:16:18 2013
>> New Revision: 337329
>> URL: http://svnweb.freebsd.org/changeset/ports/337329
>>
>> Log:
>> Fix LIB_DEPENDS and plist
>>
>> Modified:
>> head/databases/mysql-proxy/Makefile
>> head/databases/mysql-proxy/pkg-plist
>>
>> Modified: head/databases/mysql-proxy/Makefile
>> ==============================================================================
>> --- head/databases/mysql-proxy/Makefile Tue Dec 24 09:51:50 2013 (r337328)
>> +++ head/databases/mysql-proxy/Makefile Tue Dec 24 10:16:18 2013 (r337329)
>> @@ -11,7 +11,7 @@ MAINTAINER= swills at FreeBSD.org
>> COMMENT= Monitor, analyze, or transform the communication of MySQL
>>
>> LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent \
>> - libglib.so:${PORTSDIR}/devel/glib20
>> + libglib-2.0.so:${PORTSDIR}/devel/glib20
>
> Why not use USE_GNOME= glib20 ?
I leave this choice up to the maintainer, I'm just fixing.
Cheers,
Antoine
More information about the svn-ports-all
mailing list