From 946186cd919e317b20ba3cbc3d1a6ce53f10f272 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Thu, 18 Nov 1999 21:56:34 +0000 Subject: Cope with openssl's shared lib. PR: ports/14897 Submitted by: Maintainer --- www/w3m/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/w3m/Makefile b/www/w3m/Makefile index e4c717ba6bd8..fdbdb5f55a9a 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -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 -- cgit v1.2.3