1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Tell users about new WITH_COLLATION knob

Requested by:	ale (maintainer)
This commit is contained in:
Pav Lucistnik 2005-03-21 14:08:18 +00:00
parent 8fcd45533b
commit ac6ca062fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131837

View File

@ -132,6 +132,7 @@ pre-fetch:
@${ECHO} ""
@${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)."
@${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')."
@${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)."
@${ECHO} " WITH_OPENSSL=yes Enable secure connections."
@${ECHO} " WITH_LINUXTHREADS=yes Use the linuxthreads pthread library."
@${ECHO} " WITH_PROC_SCOPE_PTH=yes Use process scope threads"