1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Use BROKEN_SSL

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-17 12:00:23 +00:00
parent d6ce2929ef
commit 3ce653f9c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462135

View File

@ -12,6 +12,8 @@ COMMENT= Traps spammers with a very slow smtp-login and return 4xx error
LICENSE= BSD2CLAUSE
BROKEN_SSL= openssl-devel
USE_RC_SUBR?= obspamd obspamlogd
USES= ssl
@ -51,12 +53,6 @@ SUB_FILES= pkg-install \
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mopenssl-devel}
BROKEN= Does not build with openssl-devel
.endif
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
@ -80,4 +76,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.post.mk>
.include <bsd.port.mk>