Fix ordering of a couple examples.

Reported by:	kbowling
This commit is contained in:
Mathieu Arnold 2019-02-09 09:02:07 +00:00
parent 1e4512a87a
commit 2405c8c49b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52806

View file

@ -6166,11 +6166,11 @@ OPTIONS_GROUP_GG1= OPT9 OPT10</programlisting>
<title>Simple Use of <varname>OPTIONS</varname></title>
<programlisting>OPTIONS_DEFINE= FOO BAR
OPTIONS_DEFAULT=FOO
FOO_DESC= Option foo support
BAR_DESC= Feature bar support
OPTIONS_DEFAULT=FOO
# Will add --with-foo / --without-foo
FOO_CONFIGURE_WITH= foo
BAR_RUN_DEPENDS= bar:bar/bar
@ -6198,6 +6198,7 @@ EXAMPLES_CONFIGURE_WITH= examples</programlisting>
<title>Practical Use of <varname>OPTIONS</varname></title>
<programlisting>OPTIONS_DEFINE= EXAMPLES
OPTIONS_DEFAULT= PGSQL LDAP SSL
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= MYSQL PGSQL BDB
@ -6213,8 +6214,6 @@ LDAP_DESC= Build with LDAP authentication support
PAM_DESC= Build with PAM support
SSL_DESC= Build with OpenSSL support
OPTIONS_DEFAULT= PGSQL LDAP SSL
# Will add USE_PGSQL=yes
PGSQL_USE= pgsql=yes
# Will add --enable-postgres / --disable-postgres