aboutsummaryrefslogtreecommitdiffstats
path: root/www/nextcloud
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2016-08-30 02:31:47 +0800
committerbrnrd <brnrd@FreeBSD.org>2016-08-30 02:31:47 +0800
commita7d4374b09a719145b1f1f81d28137b437efa23f (patch)
treee9622cbc36fe92895d330030ab1d4154453abb5d /www/nextcloud
parent4f0e38ea7f5507ad9a1c016bf972ab9317a5fcd8 (diff)
downloadfreebsd-ports-gnome-a7d4374b09a719145b1f1f81d28137b437efa23f.tar.gz
freebsd-ports-gnome-a7d4374b09a719145b1f1f81d28137b437efa23f.tar.zst
freebsd-ports-gnome-a7d4374b09a719145b1f1f81d28137b437efa23f.zip
www/nextcloud: Fix USE_PHP=openssl snafu
X-MFH-With: r420927
Diffstat (limited to 'www/nextcloud')
-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>