mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Chase the libintl.so shared lib version.
This commit is contained in:
parent
c5d02cd252
commit
6fc78fcdf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87646
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ while [ "$1" ]; do
|
|||
;;
|
||||
|
||||
\"locale\")
|
||||
echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext"
|
||||
echo "LIB_DEPENDS+= intl.5:\${PORTSDIR}/devel/gettext"
|
||||
echo "CONFIGURE_ARGS+=--with-localedir=\${LOCALBASE}/share/locale"
|
||||
echo "CONFIGURE_ARGS+=--enable-i18n"
|
||||
;;
|
||||
|
|
|
@ -156,7 +156,7 @@ while [ "$1" ]; do
|
|||
echo "CONFIGURE_ARGS+=--with-ftp"
|
||||
;;
|
||||
\"gettext\")
|
||||
echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext"
|
||||
echo "LIB_DEPENDS+= intl.5:\${PORTSDIR}/devel/gettext"
|
||||
echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}"
|
||||
;;
|
||||
\"YP\")
|
||||
|
|
Loading…
Add table
Reference in a new issue