diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
commit | b5482324dcf6b062151cc203cef1561f8923c859 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/mysql-proxy | |
parent | 667b4f4d18ac09226dc683a91597de9b41837f21 (diff) | |
download | ports-b5482324dcf6b062151cc203cef1561f8923c859.tar.gz ports-b5482324dcf6b062151cc203cef1561f8923c859.zip |
Notes
Diffstat (limited to 'databases/mysql-proxy')
-rw-r--r-- | databases/mysql-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index 5ecad2d274da..ac2233cf485b 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= MySQL-Proxy MAINTAINER= swills@FreeBSD.org COMMENT= Monitor, analyze, or transform the communication of MySQL -LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \ - glib:${PORTSDIR}/devel/glib20 +LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent \ + libglib.so:${PORTSDIR}/devel/glib20 CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained CFLAGS+= -I${LOCALBASE}/include |