svn commit: r427905 - head/lang/erlang

Mathieu Arnold mat at FreeBSD.org
Mon Dec 5 16:13:17 UTC 2016


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>


More information about the svn-ports-head mailing list