1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

Use BROKEN_SSL

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-09-24 19:08:55 +00:00
parent a050bab7d3
commit d718fc7dec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450546

View File

@ -12,6 +12,8 @@ COMMENT= Tools to deal with SCEP and PKCS7 messages
LICENSE= APACHE20
BROKEN_SSL= openssl-devel
USE_GITHUB= yes
GH_ACCOUNT= openxpki
@ -26,10 +28,4 @@ post-install:
@${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f}
.endfor
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>