Two more gettext shlib updates that got missed.

This commit is contained in:
Ade Lovett 2002-08-01 20:56:58 +00:00
parent d870919f28
commit 5c738e8ba4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63859
3 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-ftp"
;;
\"gettext\")
echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext"
echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext"
echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}"
;;
\"YP\")

View File

@ -293,7 +293,7 @@ while [ "$1" ]; do
echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl"
;;
\"gettext\")
echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext"
echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext"
echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}"
;;
\"iconv\")

View File

@ -293,7 +293,7 @@ while [ "$1" ]; do
echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl"
;;
\"gettext\")
echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext"
echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext"
echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}"
;;
\"iconv\")