1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix build (was due to lua's upgrade).

Submitted by:	pav@ via email
Approved by:	clsung@ (maintainer)
This commit is contained in:
Vanilla I. Shu 2008-03-22 02:57:04 +00:00
parent 6e9337247b
commit a5efc17f62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209567

View File

@ -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"