Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 18:53:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421866 - head/www/dillo2
Message-ID:  <201609111853.u8BIr2tL023357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 11 18:53:02 2016
New Revision: 421866
URL: https://svnweb.freebsd.org/changeset/ports/421866

Log:
  - Fix build on 9.x
  
  Approved by:	portmgr blanket

Modified:
  head/www/dillo2/Makefile

Modified: head/www/dillo2/Makefile
==============================================================================
--- head/www/dillo2/Makefile	Sun Sep 11 18:47:51 2016	(r421865)
+++ head/www/dillo2/Makefile	Sun Sep 11 18:53:02 2016	(r421866)
@@ -33,6 +33,10 @@ SSL_DESC=		Experimental HTTPS support
 
 .include <bsd.port.options.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+WITH_OPENSSL_PORT=	yes
+.endif
+
 .if ${PORT_OPTIONS:MCOOKIES}
 CONFIGURE_ARGS+=	--enable-cookies
 .else



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