mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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= LGPL21+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||||
|
|
||||||
|
BROKEN_SSL= openssl-devel
|
||||||
|
|
||||||
USES= gmake libtool tar:bzip2
|
USES= gmake libtool tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
# require-all-recipients (implied by enable-all) is required for Balsa
|
# require-all-recipients (implied by enable-all) is required for Balsa
|
||||||
|
@ -41,10 +43,4 @@ post-install-EXAMPLES-on:
|
||||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
|
|
||||||
BROKEN= Does not build with openssl-devel
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue