diff options
-rw-r--r-- | www/nextcloud/Makefile | 2 |
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> |