aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-proxy
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2008-03-22 02:57:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2008-03-22 02:57:04 +0000
commita5efc17f62d74569861f2e8e5a4f97d6e99fcaca (patch)
treefb24f00e5641fa3c604314b2dba9d3d3aad6f4d4 /databases/mysql-proxy
parent6e9337247b7d137d2cc724727dd548677fd3608c (diff)
downloadports-a5efc17f62d74569861f2e8e5a4f97d6e99fcaca.tar.gz
ports-a5efc17f62d74569861f2e8e5a4f97d6e99fcaca.zip
Fix build (was due to lua's upgrade).
Submitted by: pav@ via email Approved by: clsung@ (maintainer)
Notes
Notes: svn path=/head/; revision=209567
Diffstat (limited to 'databases/mysql-proxy')
-rw-r--r--databases/mysql-proxy/Makefile2
1 files changed, 1 insertions, 1 deletions
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"