diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-25 01:35:17 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-25 01:35:17 +0000 |
commit | e94c7dc53cd1d0fa66b7d64cc76abb95ca930ea6 (patch) | |
tree | ef64bfbcef7951b1fc3950b6c7492c2e867fe68d /lang/php4/scripts/configure.php | |
parent | Fix for ia64's cpp (diff) |
Improve SNMP support (fix openssl dependency and add net-snmp5 support).
PR: ports/53687
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=83554
Diffstat (limited to 'lang/php4/scripts/configure.php')
-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 c2ba88382cba..2bfa37b5c889 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/scripts/configure.php @@ -64,7 +64,7 @@ READLINE "readline support (CLI only)" ${WITH_READLINE:-OFF} \ RECODE "recode support" ${WITH_RECODE:-OFF} \ SESSION "session support" ${WITH_SESSION:-OFF} \ SHMOP "shmop support" ${WITH_SHMOP:-OFF} \ -SNMP "SNMP support" ${WITH_SNMP:-OFF} \ +SNMP "SNMP support (implies OPENSSL)" ${WITH_SNMP:-OFF} \ SOCKETS "sockets support" ${WITH_SOCKETS:-OFF} \ SYBASEDB "Sybase/MS-SQL database support (DB-lib)" ${WITH_SYBASEDB:-OFF} \ SYBASECT "Sybase/MS-SQL database support (CT-lib)" ${WITH_SYBASECT:-OFF} \ |