Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 16:13:16 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427905 - head/lang/erlang
Message-ID:  <201612051613.uB5GDGO5072051@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Dec  5 16:13:16 2016
New Revision: 427905
URL: https://svnweb.freebsd.org/changeset/ports/427905

Log:
  Note that it does not build with openssl-devel.
  
  Sponsored by:	Absolight

Modified:
  head/lang/erlang/Makefile   (contents, props changed)

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Mon Dec  5 16:01:11 2016	(r427904)
+++ head/lang/erlang/Makefile	Mon Dec  5 16:13:16 2016	(r427905)
@@ -284,4 +284,10 @@ post-install:
 		| ${SORT} \
 		>> ${TMPPLIST}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
+BROKEN=		Does not build with openssl-devel
+.endif
+
+.include <bsd.port.post.mk>



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