diff options
author | smb <smb@pkgsrc.org> | 2007-09-18 03:18:23 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-09-18 03:18:23 +0000 |
commit | 066ee34bed3431ff16e194141bcb252c171d69d8 (patch) | |
tree | 92290151d2b8fe9dd8e912986dcbd3ab37b30b3a /mail/claws-mail | |
parent | 5f6de9b0fd058700d41572ae52bdf489f5df9abf (diff) | |
download | pkgsrc-066ee34bed3431ff16e194141bcb252c171d69d8.tar.gz |
Part of the 3.0.1 update that I missed...
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/openssl.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/claws-mail/openssl.mk b/mail/claws-mail/openssl.mk new file mode 100644 index 00000000000..0d6c66ce8e8 --- /dev/null +++ b/mail/claws-mail/openssl.mk @@ -0,0 +1,7 @@ +# $NetBSD: openssl.mk,v 1.1 2007/09/18 03:18:23 smb Exp $ +# + +# for SMTP, POP3 and IMAP over SSL +# set these just in case we don't have a pkg-config file for openssl +CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${BUILDLINK_PREFIX.openssl}/include" +CONFIGURE_ENV+= OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib -lssl -lcrypto" |