Fix a mistake in translation.
USE_XLIB does not imply USE_IMAKE, but is implied by USE_IMAKE. Approved by: kuriyama@FreeBSD.org
This commit is contained in:
parent
f70c171572
commit
07a709874a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6941
3 changed files with 15 additions and 12 deletions
ja_JP.eucJP/books
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.64
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml,v 1.17 1999/11/07 22:02:30 kuriyama Exp $
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml,v 1.18 2000/01/06 03:44:48 kuriyama Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -2339,9 +2339,10 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2</programlisting>
|
|||
|
||||
<para>もし ports が X Window System を必要とするのであれば,
|
||||
<literal>USE_XLIB=yes</literal> を定義してください.
|
||||
(これは <makevar>USE_IMAKE</makevar>も意味します) BSD
|
||||
<command>make</command> の代りに GNU
|
||||
<command>make</command> を必要とする場合には,
|
||||
(これは <makevar>USE_IMAKE</makevar> が定義されていれば
|
||||
自動的に定義されます)
|
||||
BSD <command>make</command> の代りに
|
||||
GNU <command>make</command> を必要とする場合には,
|
||||
<literal>USE_GMAKE=yes</literal> を定義. 動作するのに GNU
|
||||
autoconf を必要とする場合には,
|
||||
<literal>USE_AUTOCONF=yes</literal> を定義. 最新の qt
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.64
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml,v 1.17 1999/11/07 22:02:30 kuriyama Exp $
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml,v 1.18 2000/01/06 03:44:48 kuriyama Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -2339,9 +2339,10 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2</programlisting>
|
|||
|
||||
<para>もし ports が X Window System を必要とするのであれば,
|
||||
<literal>USE_XLIB=yes</literal> を定義してください.
|
||||
(これは <makevar>USE_IMAKE</makevar>も意味します) BSD
|
||||
<command>make</command> の代りに GNU
|
||||
<command>make</command> を必要とする場合には,
|
||||
(これは <makevar>USE_IMAKE</makevar> が定義されていれば
|
||||
自動的に定義されます)
|
||||
BSD <command>make</command> の代りに
|
||||
GNU <command>make</command> を必要とする場合には,
|
||||
<literal>USE_GMAKE=yes</literal> を定義. 動作するのに GNU
|
||||
autoconf を必要とする場合には,
|
||||
<literal>USE_AUTOCONF=yes</literal> を定義. 最新の qt
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.64
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml,v 1.17 1999/11/07 22:02:30 kuriyama Exp $
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml,v 1.18 2000/01/06 03:44:48 kuriyama Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -2339,9 +2339,10 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2</programlisting>
|
|||
|
||||
<para>もし ports が X Window System を必要とするのであれば,
|
||||
<literal>USE_XLIB=yes</literal> を定義してください.
|
||||
(これは <makevar>USE_IMAKE</makevar>も意味します) BSD
|
||||
<command>make</command> の代りに GNU
|
||||
<command>make</command> を必要とする場合には,
|
||||
(これは <makevar>USE_IMAKE</makevar> が定義されていれば
|
||||
自動的に定義されます)
|
||||
BSD <command>make</command> の代りに
|
||||
GNU <command>make</command> を必要とする場合には,
|
||||
<literal>USE_GMAKE=yes</literal> を定義. 動作するのに GNU
|
||||
autoconf を必要とする場合には,
|
||||
<literal>USE_AUTOCONF=yes</literal> を定義. 最新の qt
|
||||
|
|
Loading…
Reference in a new issue