diff options
Diffstat (limited to 'www')
-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 |