aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-mongodb
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-09 23:35:52 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-09 23:35:52 +0000
commit53d5a159cdbe02fafe63446198e640171cec96c1 (patch)
tree44fca91dc39d3beeefeab1ebda5816b3c689f4d2 /databases/pecl-mongodb
parent92363467201ffe4f8a9a3df6b3140fcda1b565b3 (diff)
downloadports-53d5a159cdbe02fafe63446198e640171cec96c1.tar.gz
ports-53d5a159cdbe02fafe63446198e640171cec96c1.zip
databases/pecl-mongodb: USES+= ssl
Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=421642
Diffstat (limited to 'databases/pecl-mongodb')
-rw-r--r--databases/pecl-mongodb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-mongodb/Makefile b/databases/pecl-mongodb/Makefile
index 2b431bc48921..6f1c5ebfbf3f 100644
--- a/databases/pecl-mongodb/Makefile
+++ b/databases/pecl-mongodb/Makefile
@@ -13,7 +13,7 @@ COMMENT= PECL classes for MongoDB
LICENSE= APACHE20
-USES= php:ext tar:tgz
+USES= php:ext ssl tar:tgz
USE_PHP= spl:build
.include <bsd.port.mk>