diff options
Diffstat (limited to 'mail/alpine')
-rw-r--r-- | mail/alpine/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index f55347eb8151..0a4069a03600 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -77,6 +77,10 @@ USE_OPENSSL= no .include <bsd.port.pre.mk> +.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + THREADS_CONFIGURE_WITH= pthread MOUSE_CONFIGURE_ENABLE= mouse NLS_CONFIGURE_ENABLE= nls |