View | Details | Raw Unified | Return to bug 137214
Collapse All | Expand All

(-)mod_security/Makefile 2009-07-28 14:21:14.000000000 +0000 (-1 / +1 lines)
Lines 75-81 Link Here
75
.if defined(WITH_LUA)
75
.if defined(WITH_LUA)
76
USE_LUA= 5.1+
76
USE_LUA= 5.1+
77
CONFIGURE_ARGS+=  --with-lua=${LOCALBASE}
77
CONFIGURE_ARGS+=  --with-lua=${LOCALBASE}
78
LIB_DEPENDS+= lua.1:${PORTSDIR}/lang/lua
78
LIB_DEPENDS+= lua-5.1.1:${PORTSDIR}/lang/lua
79
.else
79
.else
80
CONFIGURE_ARGS+=  --without-lua
80
CONFIGURE_ARGS+=  --without-lua
81
.endif
81
.endif

Return to bug 137214