diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-10-28 23:34:18 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-10-28 23:34:18 +0000 |
commit | 33aeb84146e1fde05ee2cb4297f844707daa6b67 (patch) | |
tree | 19cb54aa3456ca313a756fd1a5227f4a0976bdae /mail | |
parent | 92ae0359e816b494e3f11a311d686a54b399c1fa (diff) | |
download | ports-33aeb84146e1fde05ee2cb4297f844707daa6b67.tar.gz ports-33aeb84146e1fde05ee2cb4297f844707daa6b67.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index a81a6a9a08bc..4f064d62d2cb 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -87,7 +87,7 @@ post-install: .if !defined(WITHOUT_SSL) @${ECHO} "================================================================================" @${ECHO} "Warning: You have chosen to include SSL support. Applications/ports that use" - @${ECHO} "the cclient library but do not support SSL may stop working or have problems + @${ECHO} "the cclient library but do not support SSL may stop working or have problems" @${ECHO} "linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help." @${ECHO} "================================================================================" .endif |