summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-19 13:50:35 +0200
committerTreeve Jelbert2014-08-19 13:50:35 +0200
commita768befe0a68d69bbed8ec414de20fb4083c3d74 (patch)
tree59fa5d89494359c5ba41645753f849fa86be2fe3 /php-pear
parentd2d907a9c0bf2bda461adef5d3a0781783cc821a (diff)
php4: depends SSL
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php4/DEPENDS6
-rw-r--r--php-pear/php4/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/php-pear/php4/DEPENDS b/php-pear/php4/DEPENDS
index 311d43f244..fdb7c1a68b 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 openssl \
- "--with-openssl=/usr" \
- "--without-openssl" \
+optional_depends SSL \
+ "--with-SSL=/usr" \
+ "--without-SSL" \
"for OpenSSL support" &&
optional_depends gettext \
diff --git a/php-pear/php4/HISTORY b/php-pear/php4/HISTORY
index 43fbe062dc..a3664906ae 100644
--- a/php-pear/php4/HISTORY
+++ b/php-pear/php4/HISTORY
@@ -1,3 +1,6 @@
+2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2010-11-03 Ladislav Hagara <hgr@vabo.cz>
* DEPENDS: jpeg -> JPEG