1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Use BROKEN_SSL

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-17 11:59:54 +00:00
parent a2a5edd958
commit 8fc099ecd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462129

View File

@ -13,6 +13,8 @@ COMMENT= Verifier performing validation in the DNS notify/transfer-chain
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_SSL= openssl-devel
USE_RC_SUBR= credns
USERS?= bind
@ -59,10 +61,4 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.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>