Fix several grammar mistakes and improve formatting (cosmetic changes).

This commit is contained in:
Alexey Dokuchaev 2019-02-27 12:06:57 +00:00
parent 9afb858ec7
commit 87fa32e3ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494048

View file

@ -10,6 +10,7 @@
# before bsd.port.pre.mk, but Python components will only work if Python
# variables (e.g. USE_PYTHON) are defined before it (this is a bsd.python.mk
# limitation), at least it is manually included.
#
# USE_WX - Set to the list of wxWidgets versions that can be used by
# the port. The syntax allows the following elements:
# - Single version (e.g. "3.0").
@ -44,8 +45,8 @@
# WX_CONFIG), and in second one "--with-wx=${LOCALBASE}" plus
# "--with-wx-config=${WX_CONFIG:T} (prefix and name).
# WX_PREMK - Define to determine version and define WX_CONFIG/WX_VERSION
# after <bsd.port.pre.mk> (in case the port needs to manually run
# the script).
# after <bsd.port.pre.mk> (in case the port needs to manually
# run the script).
# WANT_WX - Set to "yes" or a valid single version (no ranges, etc).
# In both cases it will detect the installed wxWidgets
# components and add them to the variable HAVE_WX. If a
@ -53,15 +54,15 @@
# components in the other case it will contain a list of
# "component-version" pairs (e.g. wx-2.8, contrib-2.8, etc).
# It has to be used before bsd.port.pre.mk.
# WANT_WX_VER - Set to the prefered wxWidgets version for the port. It must
# WANT_WX_VER - Set to the preferred wxWidgets version for the port. It must
# be present in USE_WX or missing in USE_WX_NOT. This is
# overriden by the user variable WITH_WX_VER if set. It can
# overridden by the user variable WITH_WX_VER if set. It can
# contain multiple versions in order of preference (last ones
# are tried first).
#
# The following variables are intended for the user and can be defined in
# make.conf.
# WITH_WX_VER - Define to the list of prefered versions in reverse order.
# WITH_WX_VER - Define to the list of preferred versions in reverse order.
#
# The following variables are defined by this file, to be read from the port.
# WX_CONFIG - The path to the wx-config program (with different name).
@ -146,7 +147,7 @@ _WX_FILE_python_3.0= ${PYTHON_SITELIBDIR}/wx-3.0-gtk3/wx/__init__.py
_WX_PORT_wx_3.1= x11-toolkits/wxgtk31
_WX_LIB_wx_3.1= wx_baseu-3.1
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately.
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropriately.
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".
. for comp in ${_WX_COMPS_ALL}