svn commit: r426178 - head/net/haproxy-devel

Dmitry Sivachenko demon at FreeBSD.org
Tue Nov 15 19:37:06 UTC 2016


Author: demon
Date: Tue Nov 15 19:37:04 2016
New Revision: 426178
URL: https://svnweb.freebsd.org/changeset/ports/426178

Log:
  Fix condition

Modified:
  head/net/haproxy-devel/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Tue Nov 15 19:34:41 2016	(r426177)
+++ head/net/haproxy-devel/Makefile	Tue Nov 15 19:37:04 2016	(r426178)
@@ -65,7 +65,7 @@ MAKE_ARGS+=	USE_OPENSSL=1
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015
 WITH_OPENSSL_PORT=	yes
 .endif
-.if ${SSL_DEFAULT:Mlibressl*}
+.if !empty(SSL_DEFAULT:Mlibressl*)
 BROKEN= does not build with libressl
 .endif
 .endif


More information about the svn-ports-head mailing list