diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 06:24:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 06:24:12 +0000 |
commit | d8e494fa4b3698128e3432b64869b8543c1b02cb (patch) | |
tree | 852dab78b22c24f9ed4c5d59bccbfa2495af2ed6 /mail/libesmtp | |
parent | 4250be955f1e3052c87d58065dd30b59f3e5458e (diff) | |
download | ports-d8e494fa4b3698128e3432b64869b8543c1b02cb.tar.gz ports-d8e494fa4b3698128e3432b64869b8543c1b02cb.zip |
Notes
Diffstat (limited to 'mail/libesmtp')
-rw-r--r-- | mail/libesmtp/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 1bd887ecbd08..66626bcb6e0b 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -33,6 +33,13 @@ DEBUG_CONFIGURE_ENABLE= debug OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} OPENSSL_USES= ssl +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= error: cannot find the ssl library +BROKEN_FreeBSD_13= error: cannot find the ssl library +.endif + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS Notes README TODO @@ -43,4 +50,4 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |