svn commit: r427231 - head/www/mod_spdy

Antoine Brodin antoine at FreeBSD.org
Sun Nov 27 12:28:10 UTC 2016


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
 


More information about the svn-ports-all mailing list