View | Details | Raw Unified | Return to bug 14897
Collapse All | Expand All

(-)w3m/Makefile (-2 / +2 lines)
Lines 42-49 Link Here
42
.endif
42
.endif
43
43
44
.if defined(USE_SSL)
44
.if defined(USE_SSL)
45
BUILD_DEPENDS+=  ${LOCALBASE}/lib/libcrypto.a:${PORTSDIR}/security/openssl \
45
LIB_DEPENDS+=	crypto.1:${PORTSDIR}/security/openssl \
46
		${LOCALBASE}/lib/libssl.a:${PORTSDIR}/security/openssl
46
		ssl.1:${PORTSDIR}/security/openssl
47
47
48
SSL_CFLAGS=	-I${LOCALBASE}/include/openssl
48
SSL_CFLAGS=	-I${LOCALBASE}/include/openssl
49
SSL_LIBS=	-lssl -lcrypto
49
SSL_LIBS=	-lssl -lcrypto

Return to bug 14897