diff options
author | obache <obache@pkgsrc.org> | 2014-05-05 04:32:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-05 04:32:39 +0000 |
commit | 4471ec34c9ac3435bc409af3f56dd2f62936fd65 (patch) | |
tree | cef6ad04ad7f61b0957515d2423f4f5c52480ff9 /mail/claws-mail | |
parent | d43290c0601c5632cdb1f27a1ad2ea58a78c29ea (diff) | |
download | pkgsrc-4471ec34c9ac3435bc409af3f56dd2f62936fd65.tar.gz |
for hack before we intoduce fake openssl.pc, not referenced from anywhere.
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/openssl.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/claws-mail/openssl.mk b/mail/claws-mail/openssl.mk deleted file mode 100644 index 0d6c66ce8e8..00000000000 --- a/mail/claws-mail/openssl.mk +++ /dev/null @@ -1,7 +0,0 @@ -# $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" |