svn commit: r421086 - head/www/nextcloud

Bernard Spil brnrd at FreeBSD.org
Mon Aug 29 18:31:48 UTC 2016


Author: brnrd
Date: Mon Aug 29 18:31:47 2016
New Revision: 421086
URL: https://svnweb.freebsd.org/changeset/ports/421086

Log:
  www/nextcloud: Fix USE_PHP=openssl snafu
  
  X-MFH-With:	r420927

Modified:
  head/www/nextcloud/Makefile

Modified: head/www/nextcloud/Makefile
==============================================================================
--- head/www/nextcloud/Makefile	Mon Aug 29 18:11:59 2016	(r421085)
+++ head/www/nextcloud/Makefile	Mon Aug 29 18:31:47 2016	(r421086)
@@ -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>
 


More information about the svn-ports-all mailing list