mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
a2dab80299
PR: ports/82088 Submitted by: Stephen J. Roznowski <sjr@comcast.net>
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
--- imap/src/osdep/unix/Makefile.orig Thu Jun 9 18:46:59 2005
|
|
+++ imap/src/osdep/unix/Makefile Thu Jun 9 18:47:26 2005
|
|
@@ -32,7 +32,7 @@
|
|
SSLDIR=/usr/local/ssl
|
|
SSLCERTS=$(SSLDIR)/certs
|
|
SSLKEYS=$(SSLCERTS)
|
|
-SSLINCLUDE=$(SSLDIR)/include
|
|
+SSLINCLUDE=/usr/include/openssl
|
|
SSLLIB=$(SSLDIR)/lib
|
|
|
|
SSLCRYPTO=-lcrypto
|