Cope with openssl's shared lib.

PR:		ports/14897
Submitted by:	Maintainer
This commit is contained in:
SADA Kenji 1999-11-18 21:56:34 +00:00
parent 29292e3d7d
commit 946186cd91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23188

View File

@ -42,8 +42,8 @@ DOCS_JP= ${DOCS} HISTORY HISTORY.kokb README.keymap README.kokb \
.endif
.if defined(USE_SSL)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcrypto.a:${PORTSDIR}/security/openssl \
${LOCALBASE}/lib/libssl.a:${PORTSDIR}/security/openssl
LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl \
ssl.1:${PORTSDIR}/security/openssl
SSL_CFLAGS= -I${LOCALBASE}/include/openssl
SSL_LIBS= -lssl -lcrypto