summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-11-18 21:56:34 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-11-18 21:56:34 +0000
commit946186cd919e317b20ba3cbc3d1a6ce53f10f272 (patch)
tree5ea03508632c75ce9c234e55301ce3ae8db7c325 /www
parentChanged the order of CATEGORIES. (diff)
Cope with openssl's shared lib.
PR: ports/14897 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=23188
Diffstat (limited to 'www')
-rw-r--r--www/w3m/Makefile4
1 files 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