Add recode support after librecode is fixed now.
This commit is contained in:
parent
4184495efa
commit
cfcb8c8702
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77232
2 changed files with 10 additions and 0 deletions
|
@ -47,6 +47,7 @@ FTP "File Transfer Protocol support" OFF \
|
|||
CURL "CURL support" OFF \
|
||||
gettext "gettext library support" OFF \
|
||||
iconv "iconv support" OFF \
|
||||
recode "recode support" OFF \
|
||||
pspell "pspell support" OFF \
|
||||
mbregex "multibyte regular expressions module" OFF \
|
||||
mbstring "multibyte string module" OFF \
|
||||
|
@ -315,6 +316,10 @@ while [ "$1" ]; do
|
|||
ICONV=1
|
||||
fi
|
||||
;;
|
||||
\"recode\")
|
||||
echo "LIB_DEPENDS+= recode.3:\${PORTSDIR}/converters/recode"
|
||||
echo "CONFIGURE_ARGS+=--with-recode=\${LOCALBASE}"
|
||||
;;
|
||||
\"pspell\")
|
||||
echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell"
|
||||
echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"
|
||||
|
|
|
@ -47,6 +47,7 @@ FTP "File Transfer Protocol support" OFF \
|
|||
CURL "CURL support" OFF \
|
||||
gettext "gettext library support" OFF \
|
||||
iconv "iconv support" OFF \
|
||||
recode "recode support" OFF \
|
||||
pspell "pspell support" OFF \
|
||||
mbregex "multibyte regular expressions module" OFF \
|
||||
mbstring "multibyte string module" OFF \
|
||||
|
@ -315,6 +316,10 @@ while [ "$1" ]; do
|
|||
ICONV=1
|
||||
fi
|
||||
;;
|
||||
\"recode\")
|
||||
echo "LIB_DEPENDS+= recode.3:\${PORTSDIR}/converters/recode"
|
||||
echo "CONFIGURE_ARGS+=--with-recode=\${LOCALBASE}"
|
||||
;;
|
||||
\"pspell\")
|
||||
echo "LIB_DEPENDS+= aspell.15:\${PORTSDIR}/textproc/aspell"
|
||||
echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"
|
||||
|
|
Loading…
Reference in a new issue