mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Use BROKEN_SSL
This commit is contained in:
parent
e2085d40d3
commit
cfb1cbcad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438653
1 changed files with 3 additions and 7 deletions
|
@ -16,6 +16,8 @@ COMMENT= Library for posting electronic mail
|
|||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
|
||||
USES= gmake libtool tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
# require-all-recipients (implied by enable-all) is required for Balsa
|
||||
|
@ -41,10 +43,4 @@ post-install-EXAMPLES-on:
|
|||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
|
||||
BROKEN= Does not build with openssl-devel
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue