aboutsummaryrefslogtreecommitdiff
path: root/mail/libesmtp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:09:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-16 11:09:07 +0000
commitcfb1cbcad3f35e5d85a5ad66f7fe480beab8e6eb (patch)
treea3d5eb82b9d6389a71f4e5f72ae1ee1a014736da /mail/libesmtp
parente2085d40d38f8fead286f1734a567990c6a6cf5c (diff)
downloadports-cfb1cbcad3f35e5d85a5ad66f7fe480beab8e6eb.tar.gz
ports-cfb1cbcad3f35e5d85a5ad66f7fe480beab8e6eb.zip
Use BROKEN_SSL
Notes
Notes: svn path=/head/; revision=438653
Diffstat (limited to 'mail/libesmtp')
-rw-r--r--mail/libesmtp/Makefile10
1 files 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 <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>