Note that it does not build with openssl-devel.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-12-05 16:13:16 +00:00
parent 8ee06f03f0
commit 02cf7818cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427905

View File

@ -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>