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

(-)/usr/ports/mail/fetchmail/Makefile (-1 / +1 lines)
Lines 34-40 Link Here
34
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
34
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
35
CONFIGURE_ARGS+=--with-ssl=/usr
35
CONFIGURE_ARGS+=--with-ssl=/usr
36
.endif
36
.endif
37
.else if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
37
.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
38
CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE}
38
CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE}
39
.endif
39
.endif

Return to bug 19081