aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql-proxy/Makefile')
-rw-r--r--databases/mysql-proxy/Makefile4
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