From a5efc17f62d74569861f2e8e5a4f97d6e99fcaca Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 22 Mar 2008 02:57:04 +0000 Subject: [PATCH] Fix build (was due to lua's upgrade). Submitted by: pav@ via email Approved by: clsung@ (maintainer) --- databases/mysql-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile index ad2c06b260ee..b7124326d323 100644 --- a/databases/mysql-proxy/Makefile +++ b/databases/mysql-proxy/Makefile @@ -17,7 +17,7 @@ COMMENT= Monitor, analyze or transform the communication of MySQL LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent \ glib:${PORTSDIR}/devel/glib20 -CONFIGURE_ARGS+= --with-lua --with-mysql +CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \ LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ PKG_CONFIG_PATH="${LUA_PREFIX}/share/doc/${LUA_SUBDIR}/etc"