diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-31 07:57:01 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-31 07:57:01 +0000 |
commit | c979bd0db6cdec5d5a4f95c3d837caf1763aadd4 (patch) | |
tree | e2910b90e339e528115ddaa128dbf06a2cb4ca66 /lang/php4/scripts | |
parent | update graphics/xfig: add mousewheel support (diff) |
o Update to 4.3.3RC2.
o Add identification to php4 configuration dialog [1].
o Fix incorrect detecting of OpenLDAP dependency [2].
PR: ports/55100, ports/54283[1], ports/54726[2]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Mark Linimon <linimon@lonesome.com> [1]
Jens Rehsack <rehsack@liwing.de> [2]
Notes
Notes:
svn path=/head/; revision=86028
Diffstat (limited to 'lang/php4/scripts')
-rw-r--r-- | lang/php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php index 97c8cf2eea3a..4bb84c6ffb36 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/scripts/configure.php @@ -16,7 +16,7 @@ else export $i done fi - /usr/bin/dialog --title "configuration options" --clear --checklist "\n\ + /usr/bin/dialog --title "PHP configuration options" --clear --checklist "\n\ Please select desired options:" -1 -1 16 \ BCMATH "bc style precision math functions" ${WITH_BCMATH:-OFF} \ BZIP2 "bzip2 library support" ${WITH_BZIP2:-OFF} \ |