diff options
author | smb <smb> | 2007-09-18 03:18:23 +0000 |
---|---|---|
committer | smb <smb> | 2007-09-18 03:18:23 +0000 |
commit | 107abf1b0c767dde359b544cfc95d0c55ab20201 (patch) | |
tree | 92290151d2b8fe9dd8e912986dcbd3ab37b30b3a /mail/claws-mail/openssl.mk | |
parent | b8ba19557df85d34b13ddc5aeae4cce5337110bc (diff) | |
download | pkgsrc-107abf1b0c767dde359b544cfc95d0c55ab20201.tar.gz |
Part of the 3.0.1 update that I missed...
Diffstat (limited to 'mail/claws-mail/openssl.mk')
-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" |