diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-16 19:09:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-16 19:09:07 +0800 |
commit | ea9e019e4cd7a18f2d39d9880b2246af496cb87c (patch) | |
tree | a3d5eb82b9d6389a71f4e5f72ae1ee1a014736da /mail | |
parent | c44aeab901b5822134a66b1c2c2f05757db0b6f5 (diff) | |
download | freebsd-ports-gnome-ea9e019e4cd7a18f2d39d9880b2246af496cb87c.tar.gz freebsd-ports-gnome-ea9e019e4cd7a18f2d39d9880b2246af496cb87c.tar.zst freebsd-ports-gnome-ea9e019e4cd7a18f2d39d9880b2246af496cb87c.zip |
Use BROKEN_SSL
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libesmtp/Makefile | 10 |
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> |