Conditionally mark cfengine22 broken under FreeBSD 12 & 13 if
security/openssl is not installed.
This commit is contained in:
parent
b255a93ce3
commit
9fa8011e02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483547
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue