summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-08-29 18:31:47 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-08-29 18:31:47 +0000
commit3ee368c7bc9d1d2a72eae4773c54b467f946d71c (patch)
treee9622cbc36fe92895d330030ab1d4154453abb5d /www
parentRevert enabling of shared libraries in r420988. (diff)
www/nextcloud: Fix USE_PHP=openssl snafu
X-MFH-With: r420927
Notes
Notes: svn path=/head/; revision=421086
Diffstat (limited to 'www')
-rw-r--r--www/nextcloud/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index 6f2d9a321c67..8f9b70014c4f 100644
--- a/www/nextcloud/Makefile
+++ b/www/nextcloud/Makefile
@@ -44,7 +44,7 @@ PGSQL_USES= pgsql
PGSQL_USE= PHP=pdo_pgsql,pgsql
SQLITE_USE= PHP=pdo_sqlite,sqlite3
SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient
-SSL_USES= ssl
+SSL_USE= PHP=openssl
.include <bsd.port.options.mk>