www/nextcloud: Fix USE_PHP=openssl snafu

X-MFH-With:	r420927
This commit is contained in:
Bernard Spil 2016-08-29 18:31:47 +00:00
parent adb2f894fe
commit 3ee368c7bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421086

View File

@ -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>