summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2014-05-05 04:32:39 +0000
committerobache <obache>2014-05-05 04:32:39 +0000
commit661a831e6a34d29b2dfc22d6d3457e4d696d6d18 (patch)
treecef6ad04ad7f61b0957515d2423f4f5c52480ff9
parenta33f80dd98b0b03ae1af9deb8e9acabbee3d2013 (diff)
downloadpkgsrc-661a831e6a34d29b2dfc22d6d3457e4d696d6d18.tar.gz
for hack before we intoduce fake openssl.pc, not referenced from anywhere.
-rw-r--r--mail/claws-mail/openssl.mk7
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"