Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2016 12:28:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427231 - head/www/mod_spdy
Message-ID:  <201611271228.uARCS9E7076736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 27 12:28:09 2016
New Revision: 427231
URL: https://svnweb.freebsd.org/changeset/ports/427231

Log:
  Unbreak INDEX
  
  Pointy hat:	brnrd

Modified:
  head/www/mod_spdy/Makefile

Modified: head/www/mod_spdy/Makefile
==============================================================================
--- head/www/mod_spdy/Makefile	Sun Nov 27 12:26:41 2016	(r427230)
+++ head/www/mod_spdy/Makefile	Sun Nov 27 12:28:09 2016	(r427231)
@@ -84,7 +84,7 @@ MAKE_ENV+=	BUILDTYPE=${BUILDTYPE}
 
 .include <bsd.port.pre.mk>
 
-.if defined(OPENSSL_PORT) && "${OPENSSL_PORT:M*libressl*}" != ""
+.if ${SSL_DEFAULT:Mlibressl*}
 IGNORE=		${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2
 .endif
 



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