Conditionally mark cfengine22 broken under FreeBSD 12 & 13 if

security/openssl is not installed.
This commit is contained in:
Cy Schubert 2018-10-31 05:10:40 +00:00
parent b255a93ce3
commit 9fa8011e02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483547

View file

@ -49,4 +49,11 @@ post-patch:
${WRKSRC}/inputs/Makefile.in \
${WRKSRC}/contrib/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} != "openssl"
BROKEN_FreeBSD_12= fails to build with openssl111, install security/openssl
BROKEN_FreeBSD_13= fails to build with openssl111, install security/openssl
.endif
.include <bsd.port.post.mk>