diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 20:56:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 20:56:58 +0000 |
commit | 5c738e8ba46cd8219efa5460e7d2c1ed75b12f8b (patch) | |
tree | c54e888d8e13a13c1ae9b142f91ae933952c1c9e /www/mod_php4 | |
parent | Wrapper for the docproj port that sets JADETEX appropriately. (diff) |
Two more gettext shlib updates that got missed.
Notes
Notes:
svn path=/head/; revision=63859
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 4ca7ac82ec52..ad90c1d89bc7 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -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\") |