From cfb1cbcad3f35e5d85a5ad66f7fe480beab8e6eb Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Apr 2017 11:09:07 +0000 Subject: [PATCH] Use BROKEN_SSL --- mail/libesmtp/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 21fadf29b499..74ac9878e06e 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -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 - -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include