diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-11-18 21:56:34 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-11-18 21:56:34 +0000 |
commit | 946186cd919e317b20ba3cbc3d1a6ce53f10f272 (patch) | |
tree | 5ea03508632c75ce9c234e55301ce3ae8db7c325 /www/w3m | |
parent | 29292e3d7dc0b3aa016972ddfa5f86bdcf049fac (diff) |
Notes
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 4 |
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 |