diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-03-22 02:57:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-03-22 02:57:04 +0000 |
commit | a5efc17f62d74569861f2e8e5a4f97d6e99fcaca (patch) | |
tree | fb24f00e5641fa3c604314b2dba9d3d3aad6f4d4 /databases | |
parent | 6e9337247b7d137d2cc724727dd548677fd3608c (diff) | |
download | ports-a5efc17f62d74569861f2e8e5a4f97d6e99fcaca.tar.gz ports-a5efc17f62d74569861f2e8e5a4f97d6e99fcaca.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-proxy/Makefile | 2 |
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" |