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

(-)book.sgml (-4 / +24 lines)
Lines 6565-6573 Link Here
6565
	  <tgroup cols="2">
6565
	  <tgroup cols="2">
6566
	    <thead>
6566
	    <thead>
6567
	      <row>
6567
	      <row>
6568
		<entry>Name</entry>
6568
		<entry>Component</entry>
6569
6569
6570
		<entry>Value</entry>
6570
		<entry>Dependency type</entry>
6571
	      </row>
6571
	      </row>
6572
	    </thead>
6572
	    </thead>
6573
6573
Lines 6745-6750 Link Here
6745
		<entry>The package name prefix used by
6745
		<entry>The package name prefix used by
6746
		  <application>Lua</application> modules</entry>
6746
		  <application>Lua</application> modules</entry>
6747
	      </row>
6747
	      </row>
6748
	      <row>
6749
		<entry><makevar>LUA_CMD</makevar></entry>
6750
6751
		<entry>The path to the <application>Lua</application>
6752
		  interpreter</entry>
6753
	      </row>
6754
	      <row>
6755
		<entry><makevar>LUAC_CMD</makevar></entry>
6756
6757
		<entry>The path to the <application>Lua</application>
6758
		  compiler</entry>
6759
	      </row>
6760
	      <row>
6761
		<entry><makevar>TOLUA_CMD</makevar></entry>
6762
6763
		<entry>The path to the <application>tolua</application>
6764
		  program</entry>
6765
	      </row>
6748
	    </tbody>
6766
	    </tbody>
6749
	  </tgroup>
6767
	  </tgroup>
6750
	</table>
6768
	</table>
Lines 6794-6802 Link Here
6794
6812
6795
.include &lt;bsd.port.pre.mk&gt;
6813
.include &lt;bsd.port.pre.mk&gt;
6796
6814
6797
VER_STR!=       lua${LUA_VER} -v
6815
.if exists(${LUA_CMD})
6816
VER_STR!=       ${LUA_CMD} -v
6798
6817
6799
CFLAGS+=        -DLUA_VERSION_STRING="${VER_STR}"</programlisting>
6818
CFLAGS+=        -DLUA_VERSION_STRING="${VER_STR}"
6819
.endif</programlisting>
6800
	</example>
6820
	</example>
6801
6821
6802
	<note>
6822
	<note>

Return to bug 105441