summaryrefslogtreecommitdiffstats
path: root/php-pear/php4/DEPENDS
diff options
context:
space:
mode:
authorVlad Glagolev2014-10-24 21:20:56 +0400
committerVlad Glagolev2014-10-24 21:20:56 +0400
commitaa49ecd9e9f8a99a22e7f993b647d4e0ee9f2895 (patch)
treeb63766a516c9eee4a7d97ba69e37500e69d54cad /php-pear/php4/DEPENDS
parentbc093edf6e83a579370feacbf94c7c679811032c (diff)
Revert "php4: depends SSL"
This reverts commit a768befe0a68d69bbed8ec414de20fb4083c3d74.
Diffstat (limited to 'php-pear/php4/DEPENDS')
-rwxr-xr-xphp-pear/php4/DEPENDS6
1 files changed, 3 insertions, 3 deletions
diff --git a/php-pear/php4/DEPENDS b/php-pear/php4/DEPENDS
index fdb7c1a68b..311d43f244 100755
--- a/php-pear/php4/DEPENDS
+++ b/php-pear/php4/DEPENDS
@@ -67,9 +67,9 @@ optional_depends gmp \
"--without-gmp" \
"GNU multi precision library support" &&
-optional_depends SSL \
- "--with-SSL=/usr" \
- "--without-SSL" \
+optional_depends openssl \
+ "--with-openssl=/usr" \
+ "--without-openssl" \
"for OpenSSL support" &&
optional_depends gettext \