Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 11:09:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438653 - head/mail/libesmtp
Message-ID:  <201704161109.v3GB98vv074628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704161109.v3GB98vv074628>