svn commit: r438653 - head/mail/libesmtp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:09:09 UTC 2017


Author: sunpoet
Date: Sun Apr 16 11:09:07 2017
New Revision: 438653
URL: https://svnweb.freebsd.org/changeset/ports/438653

Log:
  Use BROKEN_SSL

Modified:
  head/mail/libesmtp/Makefile

Modified: head/mail/libesmtp/Makefile
==============================================================================
--- head/mail/libesmtp/Makefile	Sun Apr 16 11:09:03 2017	(r438652)
+++ head/mail/libesmtp/Makefile	Sun Apr 16 11:09:07 2017	(r438653)
@@ -16,6 +16,8 @@ COMMENT=	Library for posting electronic 
 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>


More information about the svn-ports-head mailing list