aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/scripts
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-10-30 01:52:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-10-30 01:52:16 +0000
commit846c6229dc6f2d16a8d4432666ca1a18fa97f515 (patch)
tree63a6f085d670111caed62927be3985544b4dac13 /lang/php53/scripts
parent62dc998d3e9dd621b375aa7de470dc6df17da38b (diff)
Notes
Diffstat (limited to 'lang/php53/scripts')
-rw-r--r--lang/php53/scripts/configure.php1
-rw-r--r--lang/php53/scripts/php5_options1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php53/scripts/configure.php b/lang/php53/scripts/configure.php
index a71c2c46392f..ac8ae69106f1 100644
--- a/lang/php53/scripts/configure.php
+++ b/lang/php53/scripts/configure.php
@@ -47,6 +47,7 @@ MCRYPT "Encryption support" ${WITH_MCRYPT:-OFF} \
MHASH "Crypto-hashing support" ${WITH_MHASH:-OFF} \
MIME "mime_magic support" ${WITH_MIME:-OFF} \
MING "ming shockwave flash support" ${WITH_MING:-OFF} \
+MNOGOSEARCH "mnoGoSearch support" ${WITH_MNOGOSEARCH:-OFF} \
MYSQL "MySQL database support" ${WITH_MYSQL:-OFF} \
NCURSES "ncurses support (CLI only)" ${WITH_NCURSES:-OFF} \
OPENLDAP "OpenLDAP support" ${WITH_OPENLDAP:-OFF} \
diff --git a/lang/php53/scripts/php5_options b/lang/php53/scripts/php5_options
index fdcc40d3a137..2558d9436f7e 100644
--- a/lang/php53/scripts/php5_options
+++ b/lang/php53/scripts/php5_options
@@ -27,6 +27,7 @@ WITH_MCRYPT=OFF
WITH_MHASH=OFF
WITH_MIME=OFF
WITH_MING=OFF
+WITH_MNOGOSEARCH=OFF
WITH_MYSQL=OFF
WITH_NCURSES=OFF
WITH_OPENLDAP=OFF