mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Use BROKEN_SSL
Approved by: portmgr (blanket)
This commit is contained in:
parent
8fc099ecd6
commit
548711ae71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462130
@ -12,6 +12,8 @@ COMMENT= High performance DNS/DNSSEC zone validator
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
|
||||
LIB_DEPENDS= libJudy.so:devel/judy
|
||||
|
||||
USES= ssl
|
||||
@ -29,12 +31,6 @@ MAKE_ARGS+= EXTRALPATH=-L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${SSL_DEFAULT:Mopenssl-devel}
|
||||
BROKEN= Does not build with openssl-devel
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
|
Loading…
Reference in New Issue
Block a user