Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 19:37:05 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426178 - head/net/haproxy-devel
Message-ID:  <201611151937.uAFJb5Yq021290@repo.freebsd.org>

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



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