Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 18:31:47 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421086 - head/www/nextcloud
Message-ID:  <201608291831.u7TIVl7Y051871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608291831.u7TIVl7Y051871>