Chase the libintl.so shared lib version.

This commit is contained in:
Joe Marcus Clarke 2003-08-25 05:52:46 +00:00
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

View file

@ -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"
;;

View file

@ -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\")