diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-03 14:24:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-03 14:24:12 +0800 |
commit | 4b6a024f187bd0be520ea9f3096e3740149c7d50 (patch) | |
tree | 852dab78b22c24f9ed4c5d59bccbfa2495af2ed6 /mail | |
parent | ed4336abb03832a2c66796886b097dd2fba9e740 (diff) | |
download | freebsd-ports-gnome-4b6a024f187bd0be520ea9f3096e3740149c7d50.tar.gz freebsd-ports-gnome-4b6a024f187bd0be520ea9f3096e3740149c7d50.tar.zst freebsd-ports-gnome-4b6a024f187bd0be520ea9f3096e3740149c7d50.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'mail')
-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> |